mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 21:20:44 +00:00
committed by
Jindra Petřík
parent
3915c406bc
commit
c12c979723
@@ -117,7 +117,7 @@ public class EcmaScript {
|
||||
* @return Value
|
||||
*/
|
||||
public static Object object_get(ObjectType o, String p) {
|
||||
//TODO: isDataDesciptor, etc. ECMA 8.12.3
|
||||
//TODO: isDataDescriptor, etc. ECMA 8.12.3
|
||||
return object_getProperty(o, p);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user