Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h442 …static bool GlobalGetOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &key, PropertyDes…
Djs_tagged_value.cpp955 return JSObject::GlobalGetOwnProperty(thread, key, desc); in GlobalHasOwnProperty()
Djs_object.cpp956 bool JSObject::GlobalGetOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &key, PropertyD… in GlobalGetOwnProperty() function in panda::ecmascript::JSObject