Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_arguments.cpp74 bool JSArguments::DeleteProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DeleteProperty() function in panda::ecmascript::JSArguments
Djs_typed_array.cpp251 bool JSTypedArray::DeleteProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in DeleteProperty() function in panda::ecmascript::JSTypedArray
Djs_tagged_value.cpp689 bool JSTaggedValue::DeleteProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DeleteProperty() function in panda::ecmascript::JSTaggedValue
Djs_proxy.cpp656 bool JSProxy::DeleteProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTag… in DeleteProperty() function in panda::ecmascript::JSProxy
Djs_object.cpp790 bool JSObject::DeleteProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTag… in DeleteProperty() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_arguments_test.cpp104 HWTEST_F_L0(JsArgumentsTest, DeleteProperty) in HWTEST_F_L0() argument
Djs_proxy_test.cpp267 HWTEST_F_L0(JSProxyTest, DeleteProperty) in HWTEST_F_L0() argument
Djs_object_test.cpp116 HWTEST_F_L0(JSObjectTest, DeleteProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp250 bool ModuleNamespace::DeleteProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DeleteProperty() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp313 HWTEST_F_L0(JSNApiTests, DeleteProperty) in HWTEST_F_L0() argument