Home
last modified time | relevance | path

Searched refs:RuntimeTryLdGlobalByName (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h327 static inline JSTaggedValue RuntimeTryLdGlobalByName(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
H A Druntime_stubs-inl.h1679 JSTaggedValue RuntimeStubs::RuntimeTryLdGlobalByName(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeTryLdGlobalByName() function in panda::ecmascript::RuntimeStubs
H A Druntime_stubs.cpp1652 auto res = RuntimeTryLdGlobalByName(thread, globalObj, keyHandle); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp858 return RuntimeStubs::RuntimeTryLdGlobalByName(thread, obj, propHandle); in TryLdGlobalByNameFromGlobalProto()

Completed in 17 milliseconds