Home
last modified time | relevance | path

Searched refs:objectFunc (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_finalization_registry_test.cpp131 JSHandle<JSTaggedValue> objectFunc = env->GetObjectFunction(); in HWTEST_F_L0() local
134 JSHandle<JSTaggedValue> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), objectFunc)); in HWTEST_F_L0()
149 JSHandle<JSTaggedValue> objectFunc = thread->GetEcmaVM()->GetGlobalEnv()->GetObjectFunction(); in HWTEST_F_L0() local
150 JSHandle<JSTaggedValue> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), objectFunc)); in HWTEST_F_L0()
164 JSHandle<JSTaggedValue> objectFunc = env->GetObjectFunction(); in HWTEST_F_L0() local
172 factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), objectFunc); in HWTEST_F_L0()
198 JSHandle<JSTaggedValue> objectFunc in HWTEST_F_L0() local
228 JSHandle<JSTaggedValue> objectFunc = env->GetObjectFunction(); HWTEST_F_L0() local
269 JSHandle<JSTaggedValue> objectFunc = thread->GetEcmaVM()->GetGlobalEnv()->GetObjectFunction(); HWTEST_F_L0() local
298 JSHandle<JSTaggedValue> objectFunc = env->GetObjectFunction(); HWTEST_F_L0() local
317 JSHandle<JSTaggedValue> objectFunc = thread->GetEcmaVM()->GetGlobalEnv()->GetObjectFunction(); HWTEST_F_L0() local
[all...]
H A Dbuiltins_weak_ref_test.cpp67 JSHandle<JSTaggedValue> objectFunc(env->GetObjectFunction()); in HWTEST_F_L0()
69 JSHandle<JSObject> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), objectFunc)); in HWTEST_F_L0()
90 JSHandle<JSTaggedValue> objectFunc(env->GetObjectFunction()); in HWTEST_F_L0()
92 JSHandle<JSObject> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), objectFunc)); in HWTEST_F_L0()
110 JSHandle<JSTaggedValue> objectFunc(env->GetObjectFunction()); in HWTEST_F_L0()
114 JSHandle<JSObject> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), objectFunc)); in HWTEST_F_L0()
139 JSHandle<JSTaggedValue> objectFunc(en in HWTEST_F_L0()
[all...]
H A Dbuiltins_json_test.cpp92 JSHandle<JSTaggedValue> objectFunc(globalEnv->GetObjectFunction()); in CreateBuiltinJSObject1()
94 JSHandle<JSObject> jsobject(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), objectFunc)); in CreateBuiltinJSObject1()
H A Dbuiltins_object_test.cpp72 JSHandle<JSFunction> objectFunc(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0()
87 JSTaggedValue funcProto = objectFunc->GetFunctionPrototype(); in HWTEST_F_L0()
106 JSTaggedValue funcProtoTg = objectFunc->GetFunctionPrototype(); in HWTEST_F_L0()
127 JSTaggedValue funcProtoVn = objectFunc->GetFunctionPrototype(); in HWTEST_F_L0()
171 JSHandle<JSFunction> objectFunc(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0()
172 JSHandle<JSTaggedValue> funcProto(thread, objectFunc->GetFunctionPrototype()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_finalization_registry_test.cpp80 JSHandle<JSTaggedValue> objectFunc = env->GetObjectFunction(); in HWTEST_F_L0() local
81 JSHandle<JSTaggedValue> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), objectFunc)); in HWTEST_F_L0()
114 JSHandle<JSTaggedValue> objectFunc = env->GetObjectFunction(); in HWTEST_F_L0() local
115 JSHandle<JSTaggedValue> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), objectFunc)); in HWTEST_F_L0()
152 JSHandle<JSTaggedValue> objectFunc = env->GetObjectFunction(); in RegisterUnRegisterTestCommon() local
157 auto obj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), objectFunc); in RegisterUnRegisterTestCommon()
197 JSHandle<JSTaggedValue> objectFunc in RegisterUnRegisterTestCommonTwoTarget() local
271 JSHandle<JSTaggedValue> objectFunc = env->GetObjectFunction(); HWTEST_F_L0() local
316 JSHandle<JSTaggedValue> objectFunc = env->GetObjectFunction(); HWTEST_F_L0() local
357 JSHandle<JSTaggedValue> objectFunc = env->GetObjectFunction(); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Djson_stringifier_test.cpp32 JSHandle<JSTaggedValue> objectFunc(globalEnv->GetObjectFunction()); in CreateBaseJSObject()
34 JSHandle<JSObject> jsObject(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), objectFunc)); in CreateBaseJSObject()
360 JSHandle<JSTaggedValue> objectFunc(globalEnv->GetObjectFunction()); in HWTEST_F_L0()
361 JSHandle<JSObject> jsObject(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), objectFunc)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp45 JSHandle<JSFunction> objectFunc(env_->GetObjectFunction()); in Launch()
47 JSHandle<JSHClass>(thread_, JSFunction::GetOrCreateInitialJSHClass(thread_, objectFunc)); in Launch()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_bytecode_lowering.cpp2299 JSHandle<JSFunction> objectFunc(compilationEnv_->GetGlobalEnv()->GetObjectFunction()); in LowerCreateEmptyObject()
2300 JSTaggedValue protoOrHClass = objectFunc->GetProtoOrHClass(); in LowerCreateEmptyObject()
H A Dnew_object_stub_builder.cpp1928 GateRef objectFunc = GetGlobalEnvValue(VariableType::JS_ANY(), glueGlobalEnv, GlobalEnv::OBJECT_FUNCTION_INDEX); in CreateEmptyObject() local
1929 GateRef hclass = Load(VariableType::JS_POINTER(), objectFunc, IntPtr(JSFunction::PROTO_OR_DYNCLASS_OFFSET)); in CreateEmptyObject()

Completed in 17 milliseconds