Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c868 struct JSObject { struct
4700 JSObject* p; in JS_DumpShapes()
4727 JSObject* p; in JS_NewObjectFromShape()
4845 JSObject *p;
4869 JSObject* p; in JS_SetObjectData()
4938 JSObject* p; in JS_GetFunctionBytecode()
5014 JSObject* p; in JS_NewCFunction3()
5572 JSObject* p = (JSObject*)gp; in mark_children()
5792 JSObject* p; in JS_IsLiveObject()
6458 JSObject* p; in build_backtrace()
[all …]
A DTODO38 - remove JSObject.first_weak_ref, use bit+context based hashed array for weak references
A Dquickjs.h51 typedef struct JSObject JSObject; typedef
250 #define JS_VALUE_GET_OBJ(v) ((JSObject *)JS_VALUE_GET_PTR(v))

Completed in 101 milliseconds