Home
last modified time | relevance | path

Searched refs:thisArgument (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp101 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/
Dbuiltins_reflect.cpp35 JSHandle<JSTaggedValue> thisArgument = GetCallArg(argv, 1); in ReflectApply() local
46 EcmaInterpreter::NewRuntimeCallInfo(thread, target, thisArgument, undefined, argsLength); in ReflectApply()