Searched refs:thisArgument (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_reflect_test.cpp | 101 JSHandle<JSObject> thisArgument = in HWTEST_F_L0() local 103 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(thisArgument), in HWTEST_F_L0() 106 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(thisArgument), in HWTEST_F_L0() 121 ecmaRuntimeCallInfo->SetCallArg(1, JSTaggedValue(*thisArgument)); in HWTEST_F_L0() 128 JSObject::DeleteProperty(thread, (thisArgument), in HWTEST_F_L0() 130 JSObject::DeleteProperty(thread, (thisArgument), in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_reflect.cpp | 35 JSHandle<JSTaggedValue> thisArgument = GetCallArg(argv, 1); in ReflectApply() local 46 EcmaInterpreter::NewRuntimeCallInfo(thread, target, thisArgument, undefined, argsLength); in ReflectApply()
|