Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_arguments.cpp72 bool JSArguments::DeleteProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DeleteProperty() function in panda::ecmascript::JSArguments
Djs_typed_array.cpp255 bool JSTypedArray::DeleteProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in DeleteProperty() function in panda::ecmascript::JSTypedArray
Djs_proxy.cpp672 bool JSProxy::DeleteProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTag… in DeleteProperty() function in panda::ecmascript::JSProxy
Djs_tagged_value.cpp1205 bool JSTaggedValue::DeleteProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DeleteProperty() function in panda::ecmascript::JSTaggedValue
Djs_object.cpp1360 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.cpp81 HWTEST_F_L0(JsArgumentsTest, DeleteProperty) in HWTEST_F_L0() argument
Djs_proxy_test.cpp248 HWTEST_F_L0(JSProxyTest, DeleteProperty) in HWTEST_F_L0() argument
Djs_object_test.cpp94 HWTEST_F_L0(JSObjectTest, DeleteProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/module/static/
Dstatic_module_proxy_handler.cpp251 JSTaggedValue StaticModuleProxyHandler::DeleteProperty(EcmaRuntimeCallInfo *argv) in DeleteProperty() function in panda::ecmascript::StaticModuleProxyHandler
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp337 bool ModuleNamespace::DeleteProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DeleteProperty() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp580 HWTEST_F_L0(JSNApiTests, DeleteProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp9010 GateRef StubBuilder::DeleteProperty(GateRef glue, GateRef obj, GateRef value) in DeleteProperty() function in panda::ecmascript::kungfu::StubBuilder