Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h334 static inline JSTaggedValue RuntimeStGlobalVar(JSThread *thread, const JSHandle<JSTaggedValue> &prop,
H A Druntime_stubs-inl.h1733 JSTaggedValue RuntimeStubs::RuntimeStGlobalVar(JSThread *thread, const JSHandle<JSTaggedValue> &prop, in RuntimeStGlobalVar() function in panda::ecmascript::RuntimeStubs
H A Druntime_stubs.cpp2144 return RuntimeStGlobalVar(thread, prop, value).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp885 return RuntimeStubs::RuntimeStGlobalVar(thread, propHandle, valueHandle); in StGlobalVar()

Completed in 18 milliseconds