Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp260 GateRef accessorCaller = GetGlobalEnvValue(VariableType::JS_ANY(), glueGlobalEnv, in NewArgumentsObj() local
262 SetPropertyInlinedProps(glue_, result->ReadVariable(), argumentsClass, accessorCaller, in NewArgumentsObj()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2237 JSHandle<JSTaggedValue> accessorCaller = globalEnv->GetArgumentsCallerAccessor(); in RuntimeGetUnmapedJSArgumentObj() local
2238 …obj->SetPropertyInlinedProps(thread, JSArguments::CALLER_INLINE_PROPERTY_INDEX, accessorCaller.Get… in RuntimeGetUnmapedJSArgumentObj()