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.cpp171 JSHandle<JSTaggedValue> handleGap(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
201 JSHandle<JSTaggedValue> handleGap(thread, JSTaggedValue(static_cast<int32_t>(10))); in HWTEST_F_L0() local
229 JSHandle<JSTaggedValue> handleGap(thread, handleStr.GetTaggedValue()); in HWTEST_F_L0() local
269 JSHandle<JSTaggedValue> handleGap(thread, handleStr.GetTaggedValue()); in HWTEST_F_L0() local
292 JSHandle<JSTaggedValue> handleGap(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
334 JSHandle<JSTaggedValue> handleGap(thread, handleStr.GetTaggedValue()); in HWTEST_F_L0() local
374 JSHandle<JSTaggedValue> handleGap(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
403 JSHandle<JSTaggedValue> handleGap(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
461 JSHandle<JSTaggedValue> handleGap(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
476 JSHandle<JSTaggedValue> handleGap(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_json.cpp199 JSHandle<JSTaggedValue> handleGap(thread, gap); in StringifyWithTransformType() local