Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c4941 p = JS_VALUE_GET_OBJ(val); in JS_GetFunctionBytecode()
5795 p = JS_VALUE_GET_OBJ(obj); in JS_IsLiveObject()
6533 p = JS_VALUE_GET_OBJ(obj); in is_backtrace_needed()
6774 p = JS_VALUE_GET_OBJ(obj); in JS_SetPrototypeInternal()
6914 p = JS_VALUE_GET_OBJ(obj); in JS_OrdinaryIsInstanceOf()
6931 p = JS_VALUE_GET_OBJ(val); in JS_OrdinaryIsInstanceOf()
7196 p = JS_VALUE_GET_OBJ(obj); in JS_DefinePrivateField()
14378 res = JS_VALUE_GET_OBJ(op1) == JS_VALUE_GET_OBJ(op2); in js_strict_eq2()
36683 if (JS_VALUE_GET_OBJ(obj) == JS_VALUE_GET_OBJ(v1)) { in js_object_isPrototypeOf()
43795 if (JS_VALUE_GET_OBJ(proto1) != JS_VALUE_GET_OBJ(ret)) { in js_proxy_getPrototypeOf()
[all …]
A Dquickjs.h250 #define JS_VALUE_GET_OBJ(v) ((JSObject *)JS_VALUE_GET_PTR(v)) macro

Completed in 99 milliseconds