Home
last modified time | relevance | path

Searched refs:DeletePropertyOrThrow (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp629 JSTaggedValue::DeletePropertyOrThrow(thread, thisObjVal, toKey); in CopyWithin()
1521 JSTaggedValue::DeletePropertyOrThrow(thread, thisObjVal, indexHandle); in Pop()
1889 JSTaggedValue::DeletePropertyOrThrow(thread, thisObjVal, upperP); in Reverse()
1892 JSTaggedValue::DeletePropertyOrThrow(thread, thisObjVal, lowerP); in Reverse()
1972 JSTaggedValue::DeletePropertyOrThrow(thread, thisObjVal, toKey); in Shift()
1979 JSTaggedValue::DeletePropertyOrThrow(thread, thisObjVal, deleteKey); in Shift()
2405 JSTaggedValue::DeletePropertyOrThrow(thread, thisObjVal, toKey); in Splice()
2414 JSTaggedValue::DeletePropertyOrThrow(thread, thisObjVal, deleteKey); in Splice()
2447 JSTaggedValue::DeletePropertyOrThrow(thread, thisObjVal, toKey); in Splice()
2656 JSTaggedValue::DeletePropertyOrThrow(thread, thisObjVal, toKey); in Unshift()
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp629 JSTaggedValue::DeletePropertyOrThrow(thread, thisObjVal, upperP); in Reverse()
635 JSTaggedValue::DeletePropertyOrThrow(thread, thisObjVal, lowerP); in Reverse()
Djs_tagged_value.h482 static bool DeletePropertyOrThrow(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
Djs_tagged_value.cpp721 bool JSTaggedValue::DeletePropertyOrThrow(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DeletePropertyOrThrow() function in panda::ecmascript::JSTaggedValue
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp156 JSTaggedValue::DeletePropertyOrThrow(thread, global, printTestKey); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h268 bool ret = JSTaggedValue::DeletePropertyOrThrow(thread, jsObj, propKey); in RuntimeDelObjProp()