Home
last modified time | relevance | path

Searched defs:hClassHandle (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dinter_op_serializer_test.cpp2722 JSHandle<JSHClass> hClassHandle(thread->GlobalConstants()->GetHandledObjectClass()); in HWTEST_F_L0() local
2749 JSHandle<JSHClass> hClassHandle(thread->GlobalConstants()->GetHandledObjectClass()); in HWTEST_F_L0() local
2776 JSHandle<JSHClass> hClassHandle(thread->GlobalConstants()->GetHandledObjectClass()); in HWTEST_F_L0() local
2807 JSHandle<JSHClass> hClassHandle(thread->GlobalConstants()->GetHandledObjectClass()); in HWTEST_F_L0() local
2832 JSHandle<JSHClass> hClassHandle(thread->GlobalConstants()->GetHandledObjectClass()); in HWTEST_F_L0() local
2851 JSHandle<JSHClass> hClassHandle(thread->GlobalConstants()->GetHandledObjectClass()); in HWTEST_F_L0() local
2872 JSHandle<JSHClass> hClassHandle(thread->GlobalConstants()->GetHandledObjectClass()); in HWTEST_F_L0() local
Dserializer_test.cpp2775 JSHandle<JSHClass> hClassHandle(thread->GlobalConstants()->GetHandledObjectClass()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Dmodule_snapshot_test.cpp349 …JSHandle<JSHClass> hClassHandle = factory->NewEcmaHClass(JSObject::SIZE, 0, JSType::JS_OBJECT, obj… in InitMockUpdateBindingModule() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp155 JSHandle<JSHClass> hClassHandle = NewEcmaHClassClass(nullptr, JSHClass::SIZE, JSType::HCLASS); in InitClassClass() local
2569 JSHandle<JSHClass> hClassHandle = JSHandle<JSHClass>(thread_, globalConst->GetHClassClass()); in NewGlobalEnv() local
5464 …JSHandle<JSHClass> hClassHandle = NewEcmaHClass(JSObject::SIZE, propertyCount, JSType::JS_OBJECT, … in CreateLargeJSObjectWithProperties() local
5499 …JSHandle<JSHClass> hClassHandle = NewEcmaHClass(JSObject::SIZE, 0, JSType::JS_OBJECT, objFuncProto… in CreateDictionaryJSObjectWithProperties() local
5571 …JSHandle<JSHClass> hClassHandle = NewEcmaHClass(JSObject::SIZE, propertyCount, JSType::JS_OBJECT, … in CreateLargeJSObjectWithNamedProperties() local
5602 …JSHandle<JSHClass> hClassHandle = NewEcmaHClass(JSObject::SIZE, 0, JSType::JS_OBJECT, objFuncProto… in CreateDictionaryJSObjectWithNamedProperties() local
Dshared_object_factory.cpp207 JSHandle<JSHClass> hClassHandle = NewSEcmaHClassClass(nullptr, JSHClass::SIZE, JSType::HCLASS); in InitSClassClass() local