Home
last modified time | relevance | path

Searched defs:dynclass (Results 1 – 13 of 13) sorted by relevance

/ark/js_runtime/ecmascript/tests/
Djs_proxy_test.cpp69 JSHandle<JSTaggedValue> dynclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() local
102 JSHandle<JSTaggedValue> dynclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() local
143 JSHandle<JSTaggedValue> dynclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() local
187 JSHandle<JSTaggedValue> dynclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() local
228 JSHandle<JSTaggedValue> dynclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() local
270 JSHandle<JSTaggedValue> dynclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() local
317 JSHandle<JSTaggedValue> dynclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() local
355 JSHandle<JSTaggedValue> dynclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() local
392 JSHandle<JSTaggedValue> dynclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() local
428 JSHandle<JSTaggedValue> dynclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() local
[all …]
Djs_function_test.cpp137 JSHandle<JSTaggedValue> dynclass(thread, JSObjectCreate(thread)); in HWTEST_F_L0() local
/ark/js_runtime/ecmascript/ic/
Dprofile_type_info.cpp22 void ProfileTypeAccessor::AddElementHandler(JSHandle<JSTaggedValue> dynclass, JSHandle<JSTaggedValu… in AddElementHandler()
41 void ProfileTypeAccessor::AddHandlerWithoutKey(JSHandle<JSTaggedValue> dynclass, JSHandle<JSTaggedV… in AddHandlerWithoutKey()
91 …ofileTypeAccessor::AddHandlerWithKey(JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> dynclass, in AddHandlerWithKey()
/ark/js_runtime/ecmascript/
Dobject_factory.cpp495 JSHandle<JSHClass> dynclass(env->GetForinIteratorClass()); in NewJSForinIterator() local
617 JSHandle<JSHClass> dynclass = JSHandle<JSHClass>::Cast(env->GetArgumentsClass()); in NewJSArguments() local
849 TaggedObject *ObjectFactory::NewDynObject(const JSHandle<JSHClass> &dynclass) in NewDynObject()
860 TaggedObject *ObjectFactory::NewNonMovableDynObject(const JSHandle<JSHClass> &dynclass, int inobjPr… in NewNonMovableDynObject()
870 void ObjectFactory::InitializeExtraProperties(const JSHandle<JSHClass> &dynclass, TaggedObject *obj… in InitializeExtraProperties()
899 JSHandle<JSHClass> dynclass; in NewJSFunction() local
988 JSHandle<JSHClass> dynclass = JSHandle<JSHClass>::Cast(env->GetNativeErrorFunctionClass()); in NewJSNativeErrorFunction() local
996 … JSHandle<JSHClass> dynclass = JSHandle<JSHClass>::Cast(env->GetSpecificTypedArrayFunctionClass()); in NewSpecificTypedArrayFunction() local
1006 …JSHandle<JSHClass> dynclass = NewEcmaDynClass(JSBoundFunction::SIZE, JSType::JS_BOUND_FUNCTION, pr… in NewJSBoundFunction() local
1025 JSHandle<JSHClass> dynclass = JSHandle<JSHClass>::Cast(env->GetJSIntlBoundFunctionClass()); in NewJSIntlBoundFunction() local
[all …]
Djs_function.cpp108 … JSHandle<JSHClass> dynclass = factory->NewEcmaDynClass(JSObject::SIZE, JSType::JS_OBJECT, proto); in GetOrCreateInitialJSHClass() local
130 JSHandle<JSHClass> dynclass(thread, protoOrDyn); in PrototypeSetter() local
Decma_vm.cpp152 …JSHClass *dynclass = reinterpret_cast<JSHClass *>(dynClassClassHandle.GetTaggedValue().GetTaggedOb… in Initialize() local
Djs_object.cpp1021 JSHandle<JSHClass> dynclass(thread, obj->GetJSHClass()); in SetPrototype() local
Dbuiltins.cpp1490 …JSHandle<JSHClass> dynclass = factory_->NewEcmaDynClass(JSForInIterator::SIZE, JSType::JS_FORIN_IT… in InitializeForinIterator() local
/ark/js_runtime/ecmascript/builtins/tests/
Dbuiltins_typedarray_test.cpp180 JSHandle<JSTaggedValue> dynclass = env->GetObjectFunction(); in CreateBuiltinsJSObject() local
Dbuiltins_array_test.cpp156 JSHandle<JSTaggedValue> dynclass = globalEnv->GetObjectFunction(); in CreateBuiltinsJSObject() local
/ark/js_runtime/ecmascript/class_linker/
Dpanda_file_translator.cpp120 JSHandle<JSHClass> dynclass = JSHandle<JSHClass>::Cast(env->GetFunctionClassWithProto()); in GenerateProgram() local
/ark/js_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1833 JSHandle<JSHClass> dynclass = JSHandle<JSHClass>::Cast(env->GetAsyncFunctionClass()); in DefineAsyncFunc() local
1847 JSHandle<JSHClass> dynclass = JSHandle<JSHClass>::Cast(env->GetFunctionClassWithoutProto()); in DefineNCFuncDyn() local
1861 JSHandle<JSHClass> dynclass = JSHandle<JSHClass>::Cast(env->GetFunctionClassWithProto()); in DefinefuncDyn() local
1927 JSHandle<JSHClass> dynclass = JSHandle<JSHClass>::Cast(env->GetFunctionClassWithoutProto()); in DefineMethod() local
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp986 JSHandle<JSHClass> dynclass = JSHandle<JSHClass>::Cast(env->GetFunctionClassWithoutName()); in NewClassFunction() local