Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h142 static JSTaggedValue LdGlobalVarFromGlobalProto(JSThread *thread, JSTaggedValue global, JSTaggedValue prop);
H A Dslow_runtime_stub.cpp868 JSTaggedValue SlowRuntimeStub::LdGlobalVarFromGlobalProto(JSThread *thread, JSTaggedValue global, JSTaggedValue prop) in LdGlobalVarFromGlobalProto() function in panda::ecmascript::SlowRuntimeStub
H A Dinterpreter-inl.cpp2921 JSTaggedValue res = SlowRuntimeStub::LdGlobalVarFromGlobalProto(thread, globalObj, propKey); in RunInternal()
H A Dinterpreter_assembly.cpp2566 JSTaggedValue res = SlowRuntimeStub::LdGlobalVarFromGlobalProto(thread, globalObj, propKey);

Completed in 36 milliseconds