Home
last modified time | relevance | path

Searched refs:GlobalHasOwnProperty (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h502 static bool GlobalHasOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &key);
Djs_tagged_value.cpp948 bool JSTaggedValue::GlobalHasOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &key) in GlobalHasOwnProperty() function in panda::ecmascript::JSTaggedValue