Searched refs:GlobalSetProperty (Results 1 – 3 of 3) sorted by relevance
543 static bool GlobalSetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &key,
751 bool JSObject::GlobalSetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &key, in GlobalSetProperty() function in panda::ecmascript::JSObject
1559 JSObject::GlobalSetProperty(thread, prop, value, true); in RuntimeStGlobalVar()