Home
last modified time | relevance | path

Searched refs:ReflectDeleteProperty (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_reflect.h36 static JSTaggedValue ReflectDeleteProperty(EcmaRuntimeCallInfo *argv);
Dbuiltins_reflect.cpp111 JSTaggedValue BuiltinsReflect::ReflectDeleteProperty(EcmaRuntimeCallInfo *argv) in ReflectDeleteProperty() function in panda::ecmascript::builtins::BuiltinsReflect
Dbuiltins.cpp2673 …SetFunction(env, reflectObject, "deleteProperty", Reflect::ReflectDeleteProperty, FunctionLength::… in InitializeReflect()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp220 HWTEST_F_L0(BuiltinsReflectTest, ReflectDeleteProperty) in HWTEST_F_L0() argument
242 JSTaggedValue result = BuiltinsReflect::ReflectDeleteProperty(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp627 reinterpret_cast<uintptr_t>(Reflect::ReflectDeleteProperty),