Home
last modified time | relevance | path

Searched defs:HasProperty (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_for_in_iterator.cpp68 bool JSForInIterator::HasProperty(JSThread *thread, JSHandle<JSTaggedValue> receiver, JSHandle<JSTa… in HasProperty() function in panda::ecmascript::JSForInIterator
Djs_tagged_value.cpp1420 bool JSTaggedValue::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in HasProperty() function in panda::ecmascript::JSTaggedValue
1438 bool JSTaggedValue::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t key) in HasProperty() function in panda::ecmascript::JSTaggedValue
Djs_typed_array.cpp72 bool JSTypedArray::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in HasProperty() function in panda::ecmascript::JSTypedArray
Djs_proxy.cpp458 bool JSProxy::HasProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in HasProperty() function in panda::ecmascript::JSProxy
Djs_object.cpp1702 bool JSObject::HasProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTagged… in HasProperty() function in panda::ecmascript::JSObject
1716 bool JSObject::HasProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index) in HasProperty() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/cross_vm/
Ddynamic_object_accessor.cpp33 bool DynamicObjectAccessor::HasProperty(ThreadHolder *thread, const BaseObject *obj, const char *na… in HasProperty() function in panda::ecmascript::DynamicObjectAccessor
/arkcompiler/runtime_core/common_interfaces/objects/
Dbase_object_dispatcher.h244 bool HasProperty(ThreadHolder *thread, const BaseObject *obj, const char* name) const in HasProperty() function
/arkcompiler/ets_runtime/ecmascript/module/static/
Dstatic_module_proxy_handler.cpp204 JSTaggedValue StaticModuleProxyHandler::HasProperty(EcmaRuntimeCallInfo *argv) in HasProperty() function in panda::ecmascript::StaticModuleProxyHandler
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp269 bool ModuleNamespace::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in HasProperty() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_proxy_test.cpp437 HWTEST_F_L0(JSProxyTest, HasProperty) in HWTEST_F_L0() argument
Djs_object_test.cpp323 HWTEST_F_L0(JSObjectTest, HasProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp568 HWTEST_F_L0(JSNApiTests, HasProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp4771 DEF_RUNTIME_STUBS(HasProperty) in DEF_RUNTIME_STUBS() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp9145 GateRef StubBuilder::HasProperty(GateRef glue, GateRef obj, GateRef key, GateRef hir) in HasProperty() function in panda::ecmascript::kungfu::StubBuilder