Searched refs:DeletePropertyOrThrow (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_array.cpp | 629 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/ |
D | js_stable_array.cpp | 629 JSTaggedValue::DeletePropertyOrThrow(thread, thisObjVal, upperP); in Reverse() 635 JSTaggedValue::DeletePropertyOrThrow(thread, thisObjVal, lowerP); in Reverse()
|
D | js_tagged_value.h | 482 static bool DeletePropertyOrThrow(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
|
D | js_tagged_value.cpp | 721 bool JSTaggedValue::DeletePropertyOrThrow(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DeletePropertyOrThrow() function in panda::ecmascript::JSTaggedValue
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_object_test.cpp | 156 JSTaggedValue::DeletePropertyOrThrow(thread, global, printTestKey); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 268 bool ret = JSTaggedValue::DeletePropertyOrThrow(thread, jsObj, propKey); in RuntimeDelObjProp()
|