Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs.c4847 return JS_VALUE_GET_OBJ(proto_val); in get_proto_obj()
4875 p = JS_VALUE_GET_OBJ(obj);
4899 p = JS_VALUE_GET_OBJ(obj); in JS_SetObjectData()
4968 p = JS_VALUE_GET_OBJ(val); in JS_GetFunctionBytecode()
4982 p = JS_VALUE_GET_OBJ(func_obj); in js_method_set_home_object()
4992 p1 = JS_VALUE_GET_OBJ(JS_DupValue(ctx, home_obj)); in js_method_set_home_object()
5047 p = JS_VALUE_GET_OBJ(func_obj); in JS_NewCFunction3()
5265 JSObject *p = JS_VALUE_GET_OBJ(val); in js_array_finalizer()
5277 JSObject *p = JS_VALUE_GET_OBJ(val); in js_array_mark()
5287 JSObject *p = JS_VALUE_GET_OBJ(val); in js_object_data_finalizer()
[all …]
Ddebugger.c427 JSObject *pObj = JS_VALUE_GET_OBJ(varVal); in DBG_GetObjectVariableReference()
Dquickjs.h250 #define JS_VALUE_GET_OBJ(v) ((JSObject *)JS_VALUE_GET_PTR(v)) macro