Searched defs:handleKey (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | object_operator_test.cpp | 142 JSHandle<JSTaggedValue> handleKey(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 157 JSHandle<JSTaggedValue> handleKey(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 172 JSHandle<JSTaggedValue> handleKey(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 226 JSHandle<JSTaggedValue> handleKey(thread, JSTaggedValue(1)); in HWTEST_F_L0() local 259 JSHandle<JSTaggedValue> handleKey(factory->NewFromASCII("property")); in HWTEST_F_L0() local 297 HWTEST_F_L0(ObjectOperatorTest, handleKey) in HWTEST_F_L0() argument 372 JSHandle<JSTaggedValue> handleKey(thread, JSTaggedValue(2)); in HWTEST_F_L0() local 409 JSHandle<JSTaggedValue> handleKey(factory->NewFromASCII("key")); in HWTEST_F_L0() local 446 JSHandle<JSTaggedValue> handleKey(factory->NewFromASCII("key")); in HWTEST_F_L0() local 471 JSHandle<JSTaggedValue> handleKey(thread, JSTaggedValue(1)); in HWTEST_F_L0() local [all …]
|
| D | global_dictionary_test.cpp | 328 JSHandle<JSTaggedValue> handleKey(factory->NewFromASCII(nameKey[i])); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_handler_test.cpp | 82 JSHandle<JSTaggedValue> handleKey(factory->NewFromASCII("key")); in HWTEST_F_L0() local 149 JSHandle<JSTaggedValue> handleKey(factory->NewFromASCII("key")); in HWTEST_F_L0() local 189 JSHandle<JSTaggedValue> handleKey(factory->NewFromASCII("key")); in HWTEST_F_L0() local 214 JSHandle<JSTaggedValue> handleKey(factory->NewFromASCII("key")); in HWTEST_F_L0() local 254 JSHandle<JSTaggedValue> handleKey(factory->NewFromASCII("key")); in HWTEST_F_L0() local
|
| D | properties_cache_test.cpp | 99 JSHandle<JSTaggedValue> handleKey(factory->NewFromASCII("10")); in HWTEST_F_L0() local
|
| D | ic_runtime_stub_test.cpp | 162 JSHandle<JSTaggedValue> handleKey(factory->NewFromASCII("key")); in HWTEST_F_L0() local 187 JSHandle<JSTaggedValue> handleKey(factory->NewFromASCII("key")); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | json_parser_test.cpp | 184 JSHandle<JSTaggedValue> handleKey(nameResult); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_hash_array.cpp | 48 JSHandle<JSTaggedValue> handleKey(thread, key); in GetNode() local
|
| D | js_object.cpp | 1242 JSMutableHandle<JSTaggedValue> handleKey(thread, key); in SetIntegrityLevel() local 1256 JSMutableHandle<JSTaggedValue> handleKey(thread, key); in SetIntegrityLevel() local 1294 JSMutableHandle<JSTaggedValue> handleKey(thread, key); in TestIntegrityLevel() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_object.cpp | 174 JSMutableHandle<JSTaggedValue> handleKey(thread, JSTaggedValue::Undefined()); in ObjectDefineProperties() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_json_test.cpp | 231 JSHandle<JSTaggedValue> handleKey(nameResult); in HWTEST_F_L0() local
|