Searched defs:handleGap (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | json_stringifier_test.cpp | 171 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/ |
| D | builtins_json.cpp | 199 JSHandle<JSTaggedValue> handleGap(thread, gap); in StringifyWithTransformType() local
|