mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 11:50:45 +00:00
Fix missing javadoc parameters, throw tags,...
This commit is contained in:
@@ -119,9 +119,9 @@ public class EcmaScript {
|
||||
|
||||
/**
|
||||
* Object.getProperty.
|
||||
* @param o
|
||||
* @param p
|
||||
* @return
|
||||
* @param o Object
|
||||
* @param p Property
|
||||
* @return Value
|
||||
*/
|
||||
public static Object object_getProperty(ObjectType o, String p) {
|
||||
//TODO: getownproperty, etc... ECMA 8.12.2
|
||||
|
||||
Reference in New Issue
Block a user