Home
last modified time | relevance | path

Searched refs:GlobalSetProperty (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h543 static bool GlobalSetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &key,
Djs_object.cpp751 bool JSObject::GlobalSetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &key, in GlobalSetProperty() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1559 JSObject::GlobalSetProperty(thread, prop, value, true); in RuntimeStGlobalVar()