Home
last modified time | relevance | path

Searched defs:callGetter (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp790 …e SlowRuntimeStub::LdObjByIndex(JSThread *thread, JSTaggedValue obj, uint32_t idx, bool callGetter, in LdObjByIndex()
810 …wRuntimeStub::LdObjByName(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, bool callGetter, in LdObjByName()
829 …RuntimeStub::LdObjByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, bool callGetter, in LdObjByValue()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h450 … const JSHandle<JSTaggedValue> &prop, bool callGetter, in RuntimeLdObjByValue()
559 … uint32_t idx, bool callGetter, JSTaggedValue receiver) in RuntimeLdObjByIndex()
572 bool callGetter, JSTaggedValue receiver) in RuntimeLdObjByName()
Druntime_stubs.cpp758 JSTaggedValue callGetter = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp4310 Label callGetter(env); in GetGlobalOwnProperty() local