Lines Matching defs:prop
865 JSShapeProperty prop[0]; /* prop_size elements */ member
887 JSProperty* prop; /* array of properties */ member
4523 JSProperty *prop, *new_prop; in compact_properties() local
4588 JSShapeProperty *pr, *prop; in add_shape_property() local
5182 JSShapeProperty *pr, *prop; in find_own_property1() local
5203 JSShapeProperty *pr, *prop; in find_own_property() local
7010 static int JS_AutoInitProperty(JSContext* ctx, JSObject* p, JSAtom prop, in JS_AutoInitProperty()
7024 JSAtom prop, JSValueConst this_obj, in JS_GetPropertyInternal()
7184 JSAtom prop; in JS_DefinePrivateField() local
7219 JSAtom prop; in JS_GetPrivateField() local
7242 JSAtom prop; in JS_SetPrivateField() local
7599 JSObject* p, JSAtom prop) in JS_GetOwnPropertyInternal()
7692 JSValueConst obj, JSAtom prop) in JS_GetOwnProperty()
7730 int JS_HasProperty(JSContext* ctx, JSValueConst obj, JSAtom prop) in JS_HasProperty()
7809 JSValue prop) in JS_GetPropertyValue()
7880 JSAtom prop; in JS_TryGetPropertyInt64() local
7910 JSAtom prop; in JS_GetPropertyInt64() local
7927 const char* prop) in JS_GetPropertyStr()
7940 JSObject* p, JSAtom prop, int prop_flags) in add_property()
8018 JSShapeProperty *pr, *lpr, *prop; in delete_property() local
8127 static int set_array_length(JSContext* ctx, JSObject* p, JSProperty* prop, in set_array_length()
8262 JSObject* p, JSAtom prop, in JS_SetPropertyGeneric()
8356 JSAtom prop, JSValue val, int flags) in JS_SetPropertyInternal()
8583 JSValue prop, JSValue val, int flags) in JS_SetPropertyValue()
8728 JSAtom prop; in JS_SetPropertyInt64() local
8747 const char* prop, JSValue val) in JS_SetPropertyStr()
8769 JSAtom prop, JSValueConst val, in JS_CreateProperty()
8962 JSAtom prop, JSValueConst val, in JS_DefineProperty()
9223 JSAtom prop, JSAutoInitIDEnum id, in JS_DefineAutoInitProperty()
9254 JSAtom prop, JSValue val, int flags) in JS_DefinePropertyValue()
9264 JSValue prop, JSValue val, int flags) in JS_DefinePropertyValueValue()
9294 const char* prop, JSValue val, int flags) in JS_DefinePropertyValueStr()
9306 JSAtom prop, JSValue getter, JSValue setter, in JS_DefinePropertyGetSet()
9359 JSAtom prop; in JS_DefineObjectNameComputed() local
9377 static JSValue JS_ThrowSyntaxErrorVarRedeclaration(JSContext* ctx, JSAtom prop) in JS_ThrowSyntaxErrorVarRedeclaration()
9384 static int JS_CheckDefineGlobalVar(JSContext* ctx, JSAtom prop, int flags) in JS_CheckDefineGlobalVar()
9426 static int JS_DefineGlobalVar(JSContext* ctx, JSAtom prop, int def_flags) in JS_DefineGlobalVar()
9459 static int JS_DefineGlobalFunction(JSContext* ctx, JSAtom prop, in JS_DefineGlobalFunction()
9479 static JSValue JS_GetGlobalVar(JSContext* ctx, JSAtom prop, in JS_GetGlobalVar()
9500 static int JS_GetGlobalVarRef(JSContext* ctx, JSAtom prop, JSValue* sp) in JS_GetGlobalVarRef()
9537 static int JS_CheckGlobalVar(JSContext* ctx, JSAtom prop) in JS_CheckGlobalVar()
9560 static int JS_SetGlobalVar(JSContext* ctx, JSAtom prop, JSValue val, in JS_SetGlobalVar()
9597 int JS_DeleteProperty(JSContext* ctx, JSValueConst obj, JSAtom prop, int flags) in JS_DeleteProperty()
9621 JSAtom prop; in JS_DeletePropertyInt64() local
14681 JSAtom prop, JSValueConst val, in js_arguments_define_own_property()
14940 JSAtom prop; in js_for_in_next() local
35676 JSValue prop = JS_GetProperty(ctx, desc, JS_ATOM_configurable); in js_obj_to_desc() local
35684 JSValue prop = JS_GetProperty(ctx, desc, JS_ATOM_writable); in js_obj_to_desc() local
35692 JSValue prop = JS_GetProperty(ctx, desc, JS_ATOM_enumerable); in js_obj_to_desc() local
35741 JSAtom prop, JSValueConst desc, in JS_DefinePropertyDesc()
35869 JSValueConst obj, prop, desc; in js_object_defineProperty() local
35913 JSValueConst prop, value, get, set; in js_object___defineGetter__() local
35958 JSValueConst prop; in js_object_getOwnPropertyDescriptor() local
36360 JSAtom prop = props[i].atom; in js_object_seal() local
36404 JSAtom prop = props[i].atom; in js_object_isSealed() local
36705 JSAtom prop = JS_ATOM_NULL; in js_object_propertyIsEnumerable() local
36736 JSAtom prop = JS_ATOM_NULL; in js_object___lookupGetter__() local
39312 JSValueConst obj, JSAtom prop) in js_string_get_own_property()
39384 JSAtom prop, JSValueConst val, in js_string_define_own_property()
39423 JSValueConst obj, JSAtom prop) in js_string_delete_property()
43018 JSAtom prop; in internalize_json_property() local
43197 JSValue indent1, sep, sep1, tab, v, prop; in js_json_to_str() local
43601 JSValueConst obj, prop, receiver; in js_reflect_get() local
43624 JSValueConst obj, prop; in js_reflect_has() local
43646 JSValueConst obj, prop, val, receiver; in js_reflect_set() local
44094 JSValueConst obj, JSAtom prop) in js_proxy_get_own_property()
44191 JSAtom prop, JSValueConst val, in js_proxy_define_own_property()
48160 JSValue opset_obj, prop, obj; in js_operators_create_internal() local
48271 JSValue opset_obj, prop; in js_operators_updateBigIntOperators() local
49806 JSValue prop; in js_bigdecimal_get_env() local