Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp202 bool ModuleNamespace::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in HasProperty() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp904 bool JSTaggedValue::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in HasProperty() function in panda::ecmascript::JSTaggedValue
922 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.cpp465 bool JSProxy::HasProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in HasProperty() function in panda::ecmascript::JSProxy
Djs_object.cpp1231 bool JSObject::HasProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTagged… in HasProperty() function in panda::ecmascript::JSObject
1245 bool JSObject::HasProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index) in HasProperty() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_proxy_test.cpp463 HWTEST_F_L0(JSProxyTest, HasProperty) in HWTEST_F_L0() argument
Djs_object_test.cpp330 HWTEST_F_L0(JSObjectTest, HasProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp362 HWTEST_F_L0(JSNApiTests, HasProperty) in HWTEST_F_L0() argument