| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_ark_tools.h | 39 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no s… 41 V("compareHClass", CompareHClass, 2, INVALID) \ 42 V("dumpHClass", DumpHClass, 1, INVALID) \ 43 V("getInlinedPropertiesCount", GetInlinedPropertiesCount, 1, INVALID) \ 44 V("excutePendingJob", ExcutePendingJob, 0, INVALID) \ 45 V("forceFullGC", ForceFullGC, 0, INVALID) \ 46 V("forceLazyDeopt", ForceLazyDeopt, 3, INVALID) \ 47 V("getHClass", GetHClass, 1, INVALID) \ 48 V("getLexicalEnv", GetLexicalEnv, 1, INVALID) \ 49 V("currentEnvIsGlobal", CurrentEnvIsGlobal, 1, INVALID) \ [all …]
|
| D | builtins_date.h | 25 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no s… 30 … V("parse", Parse, 1, INVALID) \ 32 V("UTC", UTC, ::panda::ecmascript::builtins::BuiltinsDate::UTC_LENGTH, INVALID) 39 V("getDate", GetDate, 0, INVALID) \ 41 V("getDay", GetDay, 0, INVALID) \ 43 V("getFullYear", GetFullYear, 0, INVALID) \ 45 V("getHours", GetHours, 0, INVALID) \ 47 V("getMilliseconds", GetMilliseconds, 0, INVALID) \ 49 V("getMinutes", GetMinutes, 0, INVALID) \ 51 V("getMonth", GetMonth, 0, INVALID) \ [all …]
|
| D | builtins_shared_array.h | 24 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no s… 27 V("from", From, 1, INVALID) \ 28 V("create", Create, 2, INVALID) \ 30 V("isArray", IsArray, 1, INVALID) \ 31 V("of", Of, 1, INVALID) \ 34 // V("of", Of, 0, INVALID) 41 V("at", At, 1, INVALID) \ 43 V("concat", Concat, 1, INVALID) \ 45 V("entries", Entries, 0, INVALID) \ 47 V("fill", Fill, 1, INVALID) \ [all …]
|
| D | builtins_gc.h | 59 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no s… 62 …UILTINS_GC_FUNCTION_ENTRY("getFreeHeapSize", GetFreeHeapSize, 0, INVALID) 63 …UILTINS_GC_FUNCTION_ENTRY("getReservedHeapSize", GetReservedHeapSize, 0, INVALID) 64 …UILTINS_GC_FUNCTION_ENTRY("getUsedHeapSize", GetUsedHeapSize, 0, INVALID) 65 …UILTINS_GC_FUNCTION_ENTRY("getObjectAddress", GetObjectAddress, 1, INVALID) 66 …UILTINS_GC_FUNCTION_ENTRY("getObjectSpaceType", GetObjectSpaceType, 1, INVALID) 67 …UILTINS_GC_FUNCTION_ENTRY("registerNativeAllocation", RegisterNativeAllocation, 1, INVALID) 68 …UILTINS_GC_FUNCTION_ENTRY("registerNativeFree", RegisterNativeFree, 1, INVALID) 69 …UILTINS_GC_FUNCTION_ENTRY("waitForFinishGC", WaitForFinishGC, 1, INVALID) 70 …UILTINS_GC_FUNCTION_ENTRY("startGC", StartGC, 3, INVALID) [all …]
|
| D | builtins_shared_typedarray.h | 53 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no s… 56 V("from", From, 1, INVALID) \ 58 V("of", Of, 0, INVALID) 64 …V("buffer", GetBuffer, INVALID) /* get %TypedArray%.prototype.buffer */ … 65 V("byteLength", GetByteLength, INVALID) /* get %TypedArray%.prototype.byteLength */ \ 66 V("byteOffset", GetByteOffset, INVALID) /* get %TypedArray%.prototype.byteOffset */ \ 67 V("length", GetLength, INVALID) /* get %TypedArray%.prototype.length */ 74 V("at", At, 1, INVALID) \ 76 V("copyWithin", CopyWithin, 2, INVALID) \ 78 V("entries", Entries, 0, INVALID) \ [all …]
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_buffer.h | 167 V("toString", ToString, 3, INVALID) \ 168 V("write", Write, 3, INVALID) \ 169 V("writeUIntBE", WriteUIntBE, 3, INVALID) \ 170 V("writeUIntLE", WriteUIntLE, 3, INVALID) \ 171 V("writeIntBE", WriteIntBE, 3, INVALID) \ 172 V("writeIntLE", WriteIntLE, 3, INVALID) \ 173 V("writeUInt8", WriteUInt8, 2, INVALID) \ 174 V("writeUInt16BE", WriteUInt16BE, 2, INVALID) \ 175 V("writeUInt16LE", WriteUInt16LE, 2, INVALID) \ 176 V("writeUInt32BE", WriteUInt32BE, 2, INVALID) \ [all …]
|
| D | containers_lightweightmap.h | 26 … V("hasAll", HasAll, 1, INVALID) \ 27 … V("hasKey", HasKey, 1, INVALID) \ 28 … V("hasValue", HasValue, 1, INVALID) \ 29 … V("increaseCapacityTo", IncreaseCapacityTo, 1, INVALID) \ 30 … V("entries", Entries, 0, INVALID) \ 31 … V("get", Get, 1, INVALID) \ 32 … V("getIndexOfKey", GetIndexOfKey, 1, INVALID) \ 33 … V("getIndexOfValue", GetIndexOfValue, 1, INVALID) \ 34 … V("isEmpty", IsEmpty, 0, INVALID) \ 35 … V("getKeyAt", GetKeyAt, 1, INVALID) \ [all …]
|
| D | containers_list.h | 26 V("add", Add, 1, INVALID) \ 27 V("getFirst", GetFirst, 0, INVALID) \ 28 V("getLast", GetLast, 0, INVALID) \ 29 V("insert", Insert, 2, INVALID) \ 30 V("clear", Clear, 0, INVALID) \ 31 V("removeByIndex", RemoveByIndex, 1, INVALID) \ 32 V("remove", Remove, 1, INVALID) \ 33 V("has", Has, 1, INVALID) \ 34 V("isEmpty", IsEmpty, 0, INVALID) \ 35 V("get", Get, 1, INVALID) \ [all …]
|
| D | containers_linked_list.h | 26 V("add", Add, 1, INVALID) \ 27 V("insert", Insert, 2, INVALID) \ 28 V("clear", Clear, 0, INVALID) \ 29 V("clone", Clone, 0, INVALID) \ 30 V("removeFirst", RemoveFirst, 0, INVALID) \ 31 V("removeLast", RemoveLast, 0, INVALID) \ 32 V("removeFirstFound", RemoveFirstFound, 1, INVALID) \ 33 V("removeByIndex", RemoveByIndex, 1, INVALID) \ 34 V("remove", Remove, 1, INVALID) \ 35 V("removeLastFound", RemoveLastFound, 1, INVALID) \ [all …]
|
| D | containers_treemap.h | 26 V("set", Set, 2, INVALID) \ 27 V("get", Get, 1, INVALID) \ 28 V("remove", Remove, 1, INVALID) \ 29 V("hasKey", HasKey, 1, INVALID) \ 30 V("hasValue", HasValue, 1, INVALID) \ 31 V("getFirstKey", GetFirstKey, 0, INVALID) \ 32 V("getLastKey", GetLastKey, 0, INVALID) \ 33 V("setAll", SetAll, 1, INVALID) \ 34 V("clear", Clear, 0, INVALID) \ 35 V("getLowerKey", GetLowerKey, 1, INVALID) \ [all …]
|
| D | containers_lightweightset.h | 26 … V("add", Add, 1, INVALID) \ 27 … V("addAll", AddAll, 1, INVALID) \ 28 … V("isEmpty", IsEmpty, 0, INVALID) \ 29 … V("getValueAt", GetValueAt, 1, INVALID) \ 30 … V("hasAll", HasAll, 1, INVALID) \ 31 … V("has", Has, 1, INVALID) \ 32 … V("equal", Equal, 1, INVALID) \ 33 … V("increaseCapacityTo", IncreaseCapacityTo, 1, INVALID) \ 35 … V("getIndexOf", GetIndexOf, 1, INVALID) \ 36 … V("remove", Remove, 1, INVALID) \ [all …]
|
| D | containers_arraylist.h | 26 V("add", Add, 1, INVALID) \ 27 V("insert", Insert, 2, INVALID) \ 28 V("clear", Clear, 0, INVALID) \ 29 V("clone", Clone, 0, INVALID) \ 30 V("has", Has, 1, INVALID) \ 31 V("getCapacity", GetCapacity, 0, INVALID) \ 32 V("increaseCapacityTo", IncreaseCapacityTo, 1, INVALID) \ 33 V("trimToCurrentLength", TrimToCurrentLength, 0, INVALID) \ 34 V("getIndexOf", GetIndexOf, 1, INVALID) \ 35 V("isEmpty", IsEmpty, 0, INVALID) \ [all …]
|
| D | containers_plainarray.h | 26 V("add", Add, 2, INVALID) \ 27 V("clear", Clear, 0, INVALID) \ 28 V("clone", Clone, 0, INVALID) \ 29 V("has", Has, 1, INVALID) \ 30 V("get", Get, 1, INVALID) \ 32 V("toString", ToString, 0, INVALID) \ 33 V("getIndexOfKey", GetIndexOfKey, 1, INVALID) \ 34 V("getIndexOfValue", GetIndexOfValue, 1, INVALID) \ 35 V("isEmpty", IsEmpty, 0, INVALID) \ 36 V("getKeyAt", GetKeyAt, 1, INVALID) \ [all …]
|
| D | containers_treeset.h | 26 V("add", Add, 1, INVALID) \ 27 V("remove", Remove, 1, INVALID) \ 28 V("has", Has, 1, INVALID) \ 29 V("getFirstValue", GetFirstValue, 0, INVALID) \ 30 V("getLastValue", GetLastValue, 0, INVALID) \ 31 V("clear", Clear, 0, INVALID) \ 32 V("getLowerValue", GetLowerValue, 1, INVALID) \ 33 V("getHigherValue", GetHigherValue, 1, INVALID) \ 34 V("popFirst", PopFirst, 0, INVALID) \ 35 V("popLast", PopLast, 0, INVALID) \ [all …]
|
| D | containers_hashmap.h | 26 V("set", Set, 2, INVALID) \ 27 V("setAll", SetAll, 1, INVALID) \ 28 V("isEmpty", IsEmpty, 0, INVALID) \ 29 V("remove", Remove, 1, INVALID) \ 30 V("clear", Clear, 0, INVALID) \ 31 V("get", Get, 1, INVALID) \ 33 V("hasKey", HasKey, 1, INVALID) \ 34 V("hasValue", HasValue, 1, INVALID) \ 35 V("replace", Replace, 2, INVALID) \ 36 V("keys", Keys, 0, INVALID) \ [all …]
|
| D | containers_bitvector.h | 23 V("push", Push, 1, INVALID) \ 24 V("pop", Pop, 0, INVALID) \ 25 V("has", Has, 3, INVALID) \ 26 V("setBitsByRange", SetBitsByRange, 3, INVALID) \ 27 V("getBitsByRange", GetBitsByRange, 2, INVALID) \ 28 V("setAllBits", SetAllBits, 1, INVALID) \ 29 V("resize", Resize, 1, INVALID) \ 30 V("getBitCountByRange", GetBitCountByRange, 3, INVALID) \ 31 V("getIndexOf", GetIndexOf, 3, INVALID) \ 32 V("getLastIndexOf", GetLastIndexOf, 3, INVALID) \ [all …]
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | verification.yaml | 56 - invalid 118 - invalid 136 - invalid 154 - invalid 170 - invalid 186 - invalid 200 - invalid 214 - invalid 228 - invalid 236 - invalid [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | constant_folding.h | 33 V(EXP, INVALID) \ 34 V(SDIV, INVALID) \ 36 V(UDIV, INVALID) \ 38 V(FDIV, INVALID) \ 39 V(FMOD, INVALID) \ 43 V(LSL, INVALID) \ 44 V(LSR, INVALID) \ 45 V(ASR, INVALID) \ 51 V(SEXT, INVALID) \ 52 V(DOUBLE_TRUNC, INVALID) \ [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | invalid_identifier.ets.arkts2.json | 24 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)", 44 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)", 54 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)", 64 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)", 74 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)", 84 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)", 104 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)", 114 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)", 124 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)", 134 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)", [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | opcode_info.h | 68 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in GetTableItemAt() 74 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in IsStmt() 80 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in IsVarSize() 86 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in NotMMPL() 92 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in IsCompare() 98 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in IsTypeCvt() 104 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in HasSSAUse() 110 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in HasSSADef() 116 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in IsCall() 122 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in IsCallAssigned() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | InvalidLexer.ets | 67 /* @@? 17:3 Error SyntaxError: Invalid unicode escape sequence */ 68 /* @@? 19:19 Error SyntaxError: Invalid digit */ 69 /* @@? 19:19 Error SyntaxError: Invalid numeric literal */ 71 /* @@? 21:26 Error SyntaxError: Invalid numeric separator */ 73 /* @@? 23:13 Error SyntaxError: Invalid numeric literal */ 76 /* @@? 27:14 Error SyntaxError: Invalid unicode escape sequence */ 77 /* @@? 27:14 Error SyntaxError: Invalid identifier part */ 78 /* @@? 29:18 Error SyntaxError: Invalid character literal */ 82 /* @@? 32:14 Error SyntaxError: Invalid numeric literal */ 83 /* @@? 34:1 Error SyntaxError: Invalid numeric literal */ [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/type_error_processing/ |
| D | type_handlers.ets | 40 /* @@? 22:18 Error TypeError: Invalid number of type parameters for Partial type, should be 1. */ 41 /* @@? 24:18 Error TypeError: Invalid number of type parameters for Partial type, should be 1. */ 42 /* @@? 25:18 Error TypeError: Invalid number of type parameters for Partial type, should be 1. */ 45 /* @@? 28:19 Error TypeError: Invalid number of type parameters for Readonly type, should be 1. */ 46 /* @@? 30:19 Error TypeError: Invalid number of type parameters for Readonly type, should be 1. */ 47 /* @@? 31:19 Error TypeError: Invalid number of type parameters for Readonly type, should be 1. */ 50 /* @@? 34:20 Error TypeError: Invalid number of type parameters for Required type, should be 1. */ 51 /* @@? 36:20 Error TypeError: Invalid number of type parameters for Required type, should be 1. */ 52 /* @@? 37:20 Error TypeError: Invalid number of type parameters for Required type, should be 1. */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/CompilerErrorsTemporary/ |
| D | syntax.yml | 45 …message: "Invalid node number in format expression." // AVK: there are no nodes in the ArkTS langu… 49 …message: "Invalid node type in format expression." // AVK: there are no nodes in the ArkTS languag… 117 …message: "Invalid argument passed to '{}'." // AVK: Exampel is needed and 'invalid arguemnt' does… 121 …age: "Invalid value for the annotation field, a constant literal expected." // AVK: English fixed.… 153 …message: "Invalid enum initialization type." // AVK: What type is identiied? Which type is to be u… 157 message: "Invalid enum initialization value." // AVK: similar as above 209 message: "Invalid destructuring assignment target." // AVK: What is the meanign of 'invalid' 217 …message: "Assigning to 'eval' in strict mode is invalid." // AVK: There is no 'strict' mode in Ark… 225 message: "Invalid left-hand side operator." // AVK: Output the operator 233 message: "Invalid rest element." // AVK: What invalid means? Example needed [all …]
|
| /arkcompiler/ets_frontend/ets2panda/util/diagnostic/ |
| D | syntax.yaml | 45 message: "Invalid node number in format expression." 49 message: "Invalid node type in format expression." 117 message: "Invalid argument passed to '{}'." 121 message: "Invalid value for annotation field, expected a constant literal." 153 message: "Invalid enum initialization type." 157 message: "Invalid enum initialization value" 209 message: "Invalid destructuring assignment target." 217 message: "Assigning to 'eval' in strict mode is invalid." 225 message: "Invalid left-hand side operator." 233 message: "Invalid rest element." [all …]
|
| /arkcompiler/ets_frontend/test262/ |
| D | ignored-test262-other-release-qemu-aot-pgo-litecg.txt | 8 test262/data/other_tests/built-ins/Date/prototype/setMilliseconds/this-value-invalid-date.js 12 test262/data/other_tests/built-ins/Date/prototype/setSeconds/this-value-invalid-date.js 22 test262/data/other_tests/built-ins/Date/prototype/setDate/this-value-invalid-date.js 23 test262/data/other_tests/built-ins/Date/prototype/setHours/this-value-invalid-date.js 25 test262/data/other_tests/built-ins/Date/prototype/setMilliseconds/this-value-invalid-date.js 26 test262/data/other_tests/built-ins/Date/prototype/setMinutes/this-value-invalid-date.js 27 test262/data/other_tests/built-ins/Date/prototype/setMonth/this-value-invalid-date.js 29 test262/data/other_tests/built-ins/Date/prototype/setSeconds/this-value-invalid-date.js
|