Home
last modified time | relevance | path

Searched defs:handleGap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp110 JSHandle<JSTaggedValue> handleGap(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
140 JSHandle<JSTaggedValue> handleGap(thread, JSTaggedValue(static_cast<int32_t>(10))); in HWTEST_F_L0() local
168 JSHandle<JSTaggedValue> handleGap(thread, handleStr.GetTaggedValue()); in HWTEST_F_L0() local
208 JSHandle<JSTaggedValue> handleGap(thread, handleStr.GetTaggedValue()); in HWTEST_F_L0() local
231 JSHandle<JSTaggedValue> handleGap(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
273 JSHandle<JSTaggedValue> handleGap(thread, handleStr.GetTaggedValue()); in HWTEST_F_L0() local
312 JSHandle<JSTaggedValue> handleGap(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
340 JSHandle<JSTaggedValue> handleGap(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_json.cpp101 JSHandle<JSTaggedValue> handleGap(thread, gap); in Stringify() local