Home
last modified time | relevance | path

Searched defs:DeleteProperty (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_arguments.cpp72 bool JSArguments::DeleteProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DeleteProperty() function in panda::ecmascript::JSArguments
H A Djs_typed_array.cpp265 bool JSTypedArray::DeleteProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in DeleteProperty() function in panda::ecmascript::JSTypedArray
H A Djs_proxy.cpp656 bool JSProxy::DeleteProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTaggedValue> &key) in DeleteProperty() function in panda::ecmascript::JSProxy
H A Djs_tagged_value.cpp1121 bool JSTaggedValue::DeleteProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DeleteProperty() function in panda::ecmascript::JSTaggedValue
H A Djs_object.cpp1192 bool JSObject::DeleteProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, in DeleteProperty() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_namespace.cpp330 bool ModuleNamespace::DeleteProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DeleteProperty() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp7974 GateRef StubBuilder::DeleteProperty(GateRef glue, GateRef obj, GateRef value) in DeleteProperty() function in panda::ecmascript::kungfu::StubBuilder

Completed in 30 milliseconds