Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_for_in_iterator.cpp62 bool JSForInIterator::HasProperty(JSThread *thread, JSHandle<JSTaggedValue> receiver, JSHandle<JSTa… in HasProperty() function in panda::ecmascript::JSForInIterator
Djs_tagged_value.cpp1015 bool JSTaggedValue::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in HasProperty() function in panda::ecmascript::JSTaggedValue
1033 bool JSTaggedValue::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t key) in HasProperty() function in panda::ecmascript::JSTaggedValue
Djs_typed_array.cpp71 bool JSTypedArray::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in HasProperty() function in panda::ecmascript::JSTypedArray
Djs_proxy.cpp460 bool JSProxy::HasProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in HasProperty() function in panda::ecmascript::JSProxy
Djs_object.cpp1427 bool JSObject::HasProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTagged… in HasProperty() function in panda::ecmascript::JSObject
1441 bool JSObject::HasProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index) in HasProperty() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp213 bool ModuleNamespace::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in HasProperty() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_proxy_test.cpp463 HWTEST_F_L0(JSProxyTest, HasProperty) in HWTEST_F_L0() argument
Djs_object_test.cpp331 HWTEST_F_L0(JSObjectTest, HasProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp523 HWTEST_F_L0(JSNApiTests, HasProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3369 DEF_RUNTIME_STUBS(HasProperty) in DEF_RUNTIME_STUBS() argument