| /ark/js_runtime/ecmascript/tests/ |
| D | js_proxy_test.cpp | 69 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 …]
|
| D | js_function_test.cpp | 137 JSHandle<JSTaggedValue> dynclass(thread, JSObjectCreate(thread)); in HWTEST_F_L0() local
|
| /ark/js_runtime/ecmascript/ic/ |
| D | profile_type_info.cpp | 22 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/ |
| D | object_factory.cpp | 495 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 …]
|
| D | js_function.cpp | 108 … JSHandle<JSHClass> dynclass = factory->NewEcmaDynClass(JSObject::SIZE, JSType::JS_OBJECT, proto); in GetOrCreateInitialJSHClass() local 130 JSHandle<JSHClass> dynclass(thread, protoOrDyn); in PrototypeSetter() local
|
| D | ecma_vm.cpp | 152 …JSHClass *dynclass = reinterpret_cast<JSHClass *>(dynClassClassHandle.GetTaggedValue().GetTaggedOb… in Initialize() local
|
| D | js_object.cpp | 1021 JSHandle<JSHClass> dynclass(thread, obj->GetJSHClass()); in SetPrototype() local
|
| D | builtins.cpp | 1490 …JSHandle<JSHClass> dynclass = factory_->NewEcmaDynClass(JSForInIterator::SIZE, JSType::JS_FORIN_IT… in InitializeForinIterator() local
|
| /ark/js_runtime/ecmascript/builtins/tests/ |
| D | builtins_typedarray_test.cpp | 180 JSHandle<JSTaggedValue> dynclass = env->GetObjectFunction(); in CreateBuiltinsJSObject() local
|
| D | builtins_array_test.cpp | 156 JSHandle<JSTaggedValue> dynclass = globalEnv->GetObjectFunction(); in CreateBuiltinsJSObject() local
|
| /ark/js_runtime/ecmascript/class_linker/ |
| D | panda_file_translator.cpp | 120 JSHandle<JSHClass> dynclass = JSHandle<JSHClass>::Cast(env->GetFunctionClassWithProto()); in GenerateProgram() local
|
| /ark/js_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1833 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/ |
| D | jsnapi.cpp | 986 JSHandle<JSHClass> dynclass = JSHandle<JSHClass>::Cast(env->GetFunctionClassWithoutName()); in NewClassFunction() local
|