Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_for_in_iterator.cpp61 bool JSForInIterator::HasProperty(JSThread *thread, JSHandle<JSTaggedValue> receiver, JSHandle<JSTa… in HasProperty() function in panda::ecmascript::JSForInIterator
Djs_tagged_value.cpp1343 bool JSTaggedValue::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in HasProperty() function in panda::ecmascript::JSTaggedValue
1361 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.cpp458 bool JSProxy::HasProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in HasProperty() function in panda::ecmascript::JSProxy
Djs_object.cpp1606 bool JSObject::HasProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTagged… in HasProperty() function in panda::ecmascript::JSObject
1620 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.cpp262 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.cpp561 HWTEST_F_L0(JSNApiTests, HasProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp4292 DEF_RUNTIME_STUBS(HasProperty) in DEF_RUNTIME_STUBS() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp8469 GateRef StubBuilder::HasProperty(GateRef glue, GateRef obj, GateRef key, GateRef hir) in HasProperty() function in panda::ecmascript::kungfu::StubBuilder