Searched defs:handleKey1 (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | json_stringifier_test.cpp | 61 JSHandle<JSTaggedValue> handleKey1(factory->NewFromASCII(&keyCStr[0])); in CreateBaseJSObject() local 199 JSHandle<JSTaggedValue> handleKey1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 260 JSHandle<JSTaggedValue> handleKey1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 302 JSHandle<JSTaggedValue> handleKey1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | object_operator_first_test.cpp | 194 JSHandle<JSTaggedValue> handleKey1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 211 JSHandle<JSTaggedValue> handleKey1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 305 JSHandle<JSTaggedValue> handleKey1(thread, JSTaggedValue(-1)); in HWTEST_F_L0() local 412 JSHandle<JSTaggedValue> handleKey1(thread, JSTaggedValue(0)); in HWTEST_F_L0() local 449 JSHandle<JSTaggedValue> handleKey1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
|
| D | object_operator_third_test.cpp | 275 JSHandle<JSTaggedValue> handleKey1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 309 JSHandle<JSTaggedValue> handleKey1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 370 JSHandle<JSTaggedValue> handleKey1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 410 JSHandle<JSTaggedValue> handleKey1(factory->NewFromASCII("key")); in HWTEST_F_L0() local
|
| D | object_operator_second_test.cpp | 257 JSHandle<EcmaString> handleKey1 = factory->NewFromASCII("value"); in HWTEST_F_L0() local
|