Home
last modified time | relevance | path

Searched defs:HasProperty (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_for_in_iterator.cpp61 bool JSForInIterator::HasProperty(JSThread *thread, JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key) in HasProperty() function in panda::ecmascript::JSForInIterator
H A Djs_typed_array.cpp71 bool JSTypedArray::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in HasProperty() function in panda::ecmascript::JSTypedArray
H A Djs_proxy.cpp458 bool JSProxy::HasProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTaggedValue> &key) in HasProperty() function in panda::ecmascript::JSProxy
H A Djs_tagged_value.cpp1335 bool JSTaggedValue::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in HasProperty() function in panda::ecmascript::JSTaggedValue
1353 bool JSTaggedValue::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t key) in HasProperty() function in panda::ecmascript::JSTaggedValue
[all...]
H A Djs_object.cpp1527 bool JSObject::HasProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key) in HasProperty() function in panda::ecmascript::JSObject
1541 bool JSObject::HasProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index) in HasProperty() function in panda::ecmascript::JSObject
[all...]
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_namespace.cpp262 bool ModuleNamespace::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in HasProperty() function in panda::ecmascript::ModuleNamespace

Completed in 12 milliseconds