Home
last modified time | relevance | path

Searched refs:JSGlobalObject (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_global_object.h23 class JSGlobalObject : public JSObject {
25 static JSGlobalObject *Cast(TaggedObject *object) in Cast()
28 return static_cast<JSGlobalObject *>(object); in Cast()
Dglobal_env.h105 … V(JSTaggedValue, JSGlobalObject, JS_GLOBAL_OBJECT_INDEX) \
Dobject_factory.h49 class JSGlobalObject; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h146 JSGlobalObject::Cast(object)->VisitRangeSlot(visitor); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp765 CHECK_DUMP_FIELDS(JSObject::SIZE, JSGlobalObject::SIZE, 0U); in HWTEST_F_L0()
Dobject_operator_test.cpp497 JSHandle<JSTaggedValue> handleGlobalObj(JSHandle<JSGlobalObject>::Cast(handleObject)); in HWTEST_F_L0()