Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp788 …e SlowRuntimeStub::LdObjByIndex(JSThread *thread, JSTaggedValue obj, uint32_t idx, bool callGetter, in LdObjByIndex()
808 …wRuntimeStub::LdObjByName(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, bool callGetter, in LdObjByName()
827 …RuntimeStub::LdObjByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, bool callGetter, in LdObjByValue()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h586 … const JSHandle<JSTaggedValue> &prop, bool callGetter, in RuntimeLdObjByValue()
692 … uint32_t idx, bool callGetter, JSTaggedValue receiver) in RuntimeLdObjByIndex()
705 bool callGetter, JSTaggedValue receiver) in RuntimeLdObjByName()
Druntime_stubs.cpp1392 JSTaggedValue callGetter = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp840 Label callGetter(&builder_); in LowerCallGetter() local
3056 Label callGetter(&builder_); in LowerMonoCallGetterOnProto() local
Dstub_builder.cpp7681 Label callGetter(env); in GetGlobalOwnProperty() local