Searched defs:hClassHandle (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | inter_op_serializer_test.cpp | 2722 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
|
| D | serializer_test.cpp | 2775 JSHandle<JSHClass> hClassHandle(thread->GlobalConstants()->GetHandledObjectClass()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | module_snapshot_test.cpp | 349 …JSHandle<JSHClass> hClassHandle = factory->NewEcmaHClass(JSObject::SIZE, 0, JSType::JS_OBJECT, obj… in InitMockUpdateBindingModule() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 155 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
|
| D | shared_object_factory.cpp | 207 JSHandle<JSHClass> hClassHandle = NewSEcmaHClassClass(nullptr, JSHClass::SIZE, JSType::HCLASS); in InitSClassClass() local
|