Home
last modified time | relevance | path

Searched refs:this_obj (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h723 return JS_GetPropertyInternal(ctx, this_obj, prop, this_obj, 0); in JS_GetProperty()
725 JSValue JS_GetPropertyStr(JSContext *ctx, JSValueConst this_obj,
727 JSValue JS_GetPropertyUint32(JSContext *ctx, JSValueConst this_obj,
730 int JS_SetPropertyInternal(JSContext *ctx, JSValueConst this_obj,
738 int JS_SetPropertyUint32(JSContext *ctx, JSValueConst this_obj,
740 int JS_SetPropertyInt64(JSContext *ctx, JSValueConst this_obj,
742 int JS_SetPropertyStr(JSContext *ctx, JSValueConst this_obj,
778 JSValue JS_EvalObject(JSContext *ctx, JSValueConst this_obj,
783 int JS_DefineProperty(JSContext *ctx, JSValueConst this_obj,
786 int JS_DefinePropertyValue(JSContext *ctx, JSValueConst this_obj,
[all …]
A Dquickjs.c7819 p = JS_VALUE_GET_OBJ(this_obj); in JS_GetPropertyValue()
8309 if (!JS_IsObject(this_obj)) in JS_SetPropertyGeneric()
8312 p = JS_VALUE_GET_OBJ(this_obj); in JS_SetPropertyGeneric()
8367 tag = JS_VALUE_GET_TAG(this_obj); in JS_SetPropertyInternal()
8385 p = JS_VALUE_GET_OBJ(this_obj); in JS_SetPropertyInternal()
8593 p = JS_VALUE_GET_OBJ(this_obj); in JS_SetPropertyValue()
8974 p = JS_VALUE_GET_OBJ(this_obj); in JS_DefineProperty()
9232 p = JS_VALUE_GET_OBJ(this_obj); in JS_DefineAutoInitProperty()
14686 p = JS_VALUE_GET_OBJ(this_obj); in js_arguments_define_own_property()
15889 new_target = this_obj; in js_call_bound_function()
[all …]

Completed in 101 milliseconds