| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_shared_array_test.cpp | 227 std::vector<JSHandle<JSTaggedValue>> keys; in SharedArrayDefineOwnPropertyTest() local 240 std::vector<JSHandle<JSTaggedValue>> keys; in SharedArrayDefineOwnPropertyTest() local 250 std::vector<JSHandle<JSTaggedValue>>& keys, std::vector<int32_t>& vals) in SharedArrayCheckKeyValueCommon() 269 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); in HWTEST_F_L0() local 314 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); in HWTEST_F_L0() local 359 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); in HWTEST_F_L0() local 395 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); in HWTEST_F_L0() local 427 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); in HWTEST_F_L0() local 465 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); in HWTEST_F_L0() local 500 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, vals); in HWTEST_F_L0() local [all …]
|
| D | builtins_array_test.cpp | 237 std::vector<JSHandle<JSTaggedValue>> keys; in DefineOwnPropertyCommonTest() local 250 std::vector<JSHandle<JSTaggedValue>> keys; in DefineOwnPropertyCommonTest() local 260 std::vector<JSHandle<JSTaggedValue>>& keys, std::vector<int32_t>& vals) in CheckKeyValueCommon() 278 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); in HWTEST_F_L0() local 350 std::vector<JSHandle<JSTaggedValue>> keys{key0, key1, key2}; in HWTEST_F_L0() local 380 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); in HWTEST_F_L0() local 418 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); in HWTEST_F_L0() local 451 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); in HWTEST_F_L0() local 482 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); in HWTEST_F_L0() local 516 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); in HWTEST_F_L0() local [all …]
|
| D | builtins_proxy_test.cpp | 96 JSHandle<TaggedArray> keys = JSObject::GetOwnPropertyKeys(thread, resultHandle); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/lexer/scripts/ |
| D | keywords.rb | 188 def collect_functions(functions, keys) argument
|
| /arkcompiler/ets_frontend/ets2panda/lexer/scripts/ |
| D | keywords.rb | 26 def build_tree(keys) argument
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/ |
| D | TypeScriptLinterConfig.ts | 38 const keys = Object.keys(ts.SyntaxKind); constant
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | containers_lightweightmap_stub_builder.h | 39 GateRef keys = Load(VariableType::JS_POINTER(), obj, keysOffset); in GetKey() local
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/ |
| D | summary.rb | 138 def except(hash, keys) argument
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| D | summary.rb | 138 def except(hash, keys) argument
|
| /arkcompiler/runtime_core/static_core/verification/config/handlers/ |
| D | config_handler_options.cpp | 45 PandaString keys; in GetKeys() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | layout_info.cpp | 137 … uint32_t *keys, JSHandle<TaggedQueue> shadowQueue, const JSHandle<JSObject> object, in GetAllEnumKeys() 168 uint32_t *keys, const JSHandle<JSObject> object) in GetAllEnumKeys()
|
| D | js_for_in_iterator.cpp | 87 TaggedArray *keys = TaggedArray::Cast(taggedKeys.GetTaggedObject()); in NextInternal() local
|
| D | property_accessor.cpp | 164 void PropertyAccessor::AddKeysEndIfNeeded(JSHandle<TaggedArray> keys) in AddKeysEndIfNeeded()
|
| D | js_object.cpp | 547 uint32_t numOfKeys, uint32_t *keys) in GetAllEnumKeys() 593 uint32_t keys = 0; in GetAllEnumKeys() local 698 uint32_t numOfElements, uint32_t *keys) in GetEnumElementKeys() 707 … JSHandle<TaggedArray> elementArray, uint32_t *keys, in CollectEnumElementsAlongProtoChain() 769 uint32_t keys = 0; in GetEnumElementKeys() local 1645 JSHandle<TaggedArray> keyArray, uint32_t *keys, in CollectEnumKeysAlongProtoChain() 1665 JSHandle<TaggedArray> keyArray, uint32_t *keys, in AppendOwnEnumPropertyKeys() 1949 JSHandle<TaggedArray> keys; in EnumerableOwnNames() local 1971 JSHandle<TaggedArray> keys = JSTaggedValue::GetOwnPropertyKeys(thread, tagObj); in EnumerableOwnNames() local 2616 JSMutableHandle<JSTaggedValue> keys(thread, JSTaggedValue::Undefined()); in EnumerateObjectProperties() local [all …]
|
| D | builtin_entries.h | 160 std::vector<std::string> keys; variable
|
| D | global_dictionary-inl.h | 178 uint32_t *keys) const in GetEnumAllKeys()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 126 JSHandle<TaggedArray> &keys, in ExtractAndReturnWhetherWithElements() 200 JSHandle<TaggedArray> &keys, in CreatePrototypeHClass() 242 JSHandle<TaggedArray> &keys, in CreateConstructorHClass() 341 …e<JSHClass> ClassInfoExtractor::CreateSendableHClass(JSThread *thread, JSHandle<TaggedArray> &keys, in CreateSendableHClass() 599 JSHandle<TaggedArray> &keys, in BuildDictionaryProperties() 805 void SendableClassDefiner::FilterDuplicatedKeys(JSThread *thread, const JSHandle<TaggedArray> &keys, in FilterDuplicatedKeys() 849 … const JSHandle<JSObject> &object, JSHandle<TaggedArray> &keys, JSHandle<TaggedArray> &properties, in BuildSendableDictionaryProperties()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_lightweightmap_test.cpp | 69 JSHandle<JSAPILightWeightMap> RemoveCommon(std::vector<JSHandle<JSTaggedValue>>& keys, in RemoveCommon() 188 std::vector<JSHandle<JSTaggedValue>> keys{}; in HWTEST_F_L0() local 208 std::vector<JSHandle<JSTaggedValue>> keys{}; in HWTEST_F_L0() local
|
| D | layout_info_test.cpp | 140 uint32_t keys = 0; in GetAllKeysCommon() local
|
| D | js_shared_array_test.cpp | 108 std::vector<JSHandle<JSTaggedValue>> keys; in HWTEST_F_L0() local
|
| D | global_dictionary_test.cpp | 259 uint32_t keys = 0; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_third_tests.cpp | 954 Local<JSValueRef> keys[1100]; in HWTEST_F_L0() local 995 Local<JSValueRef> keys[] = { in HWTEST_F_L0() local 1013 Local<JSValueRef> keys[] = { in HWTEST_F_L0() local 1037 const char *keys[1100]; in HWTEST_F_L0() local 1077 const char *keys[] = { in HWTEST_F_L0() local 1092 const char *keys[] = { in HWTEST_F_L0() local 1151 Local<JSValueRef> keys[] = { in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/ |
| D | sharedtypedarray.ts | 567 let keys = array.keys(); variable
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_plain_array.cpp | 72 TaggedArray *keys = TaggedArray::Cast(GetKeys().GetTaggedObject()); in AdjustForward() local 154 TaggedArray *keys = TaggedArray::Cast(GetKeys().GetTaggedObject()); in Clear() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_reflect.cpp | 266 JSHandle<TaggedArray> keys = JSTaggedValue::GetOwnPropertyKeys(thread, target); in ReflectOwnKeys() local
|