Searched refs:RuntimeLdObjByName (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.h | 342 static inline JSTaggedValue RuntimeLdObjByName(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop,
|
H A D | runtime_stubs-inl.h | 729 JSTaggedValue RuntimeStubs::RuntimeLdObjByName(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, in RuntimeLdObjByName() function in panda::ecmascript::RuntimeStubs
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.cpp | 813 return RuntimeStubs::RuntimeLdObjByName(thread, obj, prop, callGetter, receiver); in LdObjByName()
|
Completed in 10 milliseconds