Searched refs:GlobalGetOwnProperty (Results 1 – 3 of 3) sorted by relevance
442 …static bool GlobalGetOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &key, PropertyDes…
955 return JSObject::GlobalGetOwnProperty(thread, key, desc); in GlobalHasOwnProperty()
956 bool JSObject::GlobalGetOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &key, PropertyD… in GlobalGetOwnProperty() function in panda::ecmascript::JSObject