| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_ark_tools.h | 25 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no s… 27 V("compareHClass", CompareHClass, 2, INVALID) \ 28 V("dumpHClass", DumpHClass, 1, INVALID) \ 29 V("getInlinedPropertiesCount", GetInlinedPropertiesCount, 1, INVALID) \ 30 V("excutePendingJob", ExcutePendingJob, 0, INVALID) \ 31 V("forceFullGC", ForceFullGC, 0, INVALID) \ 32 V("getHClass", GetHClass, 1, INVALID) \ 33 V("getLexicalEnv", GetLexicalEnv, 1, INVALID) \ 34 V("isSlicedString", IsSlicedString, 1, INVALID) \ 35 V("isTreeString", IsTreeString, 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 | 56 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no s… 59 …UILTINS_GC_FUNCTION_ENTRY("getFreeHeapSize", GetFreeHeapSize, 0, INVALID) 60 …UILTINS_GC_FUNCTION_ENTRY("getReservedHeapSize", GetReservedHeapSize, 0, INVALID) 61 …UILTINS_GC_FUNCTION_ENTRY("getUsedHeapSize", GetUsedHeapSize, 0, INVALID) 62 …UILTINS_GC_FUNCTION_ENTRY("getObjectAddress", GetObjectAddress, 1, INVALID) 63 …UILTINS_GC_FUNCTION_ENTRY("getObjectSpaceType", GetObjectSpaceType, 1, INVALID) 64 …UILTINS_GC_FUNCTION_ENTRY("registerNativeAllocation", RegisterNativeAllocation, 1, INVALID) 65 …UILTINS_GC_FUNCTION_ENTRY("registerNativeFree", RegisterNativeFree, 1, INVALID) 66 …UILTINS_GC_FUNCTION_ENTRY("waitForFinishGC", WaitForFinishGC, 1, INVALID) 67 …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 …]
|
| D | builtins_global.h | 30 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no s… 40 V("decodeURI", DecodeURI, 1, INVALID) \ 44 V("encodeURI", EncodeURI, 1, INVALID) \ 46 V("encodeURIComponent", EncodeURIComponent, 1, INVALID) \ 48 V("escape", Escape, 1, INVALID) \ 50 V("eval", NotSupportEval, 1, INVALID) \ 56 V("unescape", Unescape, 1, INVALID) \ 58 V("markModuleCollectable", MarkModuleCollectable, 0, INVALID) \ 59 V("loadNativeModule", LoadNativeModule, 0, INVALID) \ 60 V("print", PrintEntrypoint, 0, INVALID) \ [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | InvalidLexer.sts | 70 /* @@? 17:3 Error SyntaxError: Invalid unicode escape sequence */ 71 /* @@? 19:19 Error SyntaxError: Invalid digit */ 72 /* @@? 19:19 Error SyntaxError: Invalid numeric literal */ 74 /* @@? 21:26 Error SyntaxError: Invalid numeric separator */ 75 /* @@? 21:26 Error SyntaxError: Invalid numeric separator */ 76 /* @@? 21:26 Error SyntaxError: Invalid numeric separator */ 78 /* @@? 23:13 Error SyntaxError: Invalid numeric literal */ 81 /* @@? 27:14 Error SyntaxError: Invalid unicode escape sequence */ 82 /* @@? 27:14 Error SyntaxError: Invalid identifier part */ 83 /* @@? 27:14 Error SyntaxError: Invalid identifier part */ [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/containers/ |
| 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_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_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_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_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_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 …]
|
| D | containers_hashset.h | 26 V("isEmpty", IsEmpty, 0, INVALID) \ 27 V("has", Has, 1, INVALID) \ 28 V("add", Add, 1, INVALID) \ 29 V("remove", Remove, 1, INVALID) \ 30 V("clear", Clear, 0, INVALID) \ 31 V("values", Values, 0, INVALID) \ 32 V("entries", Entries, 0, INVALID) \
|
| D | containers_deque.h | 26 V("insertFront", InsertFront, 1, INVALID) \ 27 V("insertEnd", InsertEnd, 1, INVALID) \ 28 V("getFirst", GetFirst, 0, INVALID) \ 29 V("getLast", GetLast, 0, INVALID) \ 30 V("has", Has, 1, INVALID) \ 31 V("popFirst", PopFirst, 0, INVALID) \ 32 V("popLast", PopLast, 0, INVALID) \
|
| /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/test262/ |
| D | ignored-test262-other-release-qemu-aot-pgo.txt | 5 test262/data/other_tests/built-ins/Date/prototype/setDate/this-value-invalid-date.js 6 test262/data/other_tests/built-ins/Date/prototype/setHours/this-value-invalid-date.js 7 test262/data/other_tests/built-ins/Date/prototype/setMilliseconds/this-value-invalid-date.js 9 test262/data/other_tests/built-ins/Date/prototype/setMinutes/this-value-invalid-date.js 11 test262/data/other_tests/built-ins/Date/prototype/setMonth/this-value-invalid-date.js 12 test262/data/other_tests/built-ins/Date/prototype/setSeconds/this-value-invalid-date.js 20 test262/data/other_tests/built-ins/Date/prototype/setMinutes/this-value-invalid-date.js 22 test262/data/other_tests/built-ins/Date/prototype/setMonth/this-value-invalid-date.js
|
| 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
|
| /arkcompiler/ets_frontend/ets2panda/lexer/regexp/ |
| D | regexp.cpp | 89 parser_.ThrowSyntaxError("Invalid closing parenthesis"); in ParsePattern() 96 parser_.ThrowSyntaxError("Invalid capturing group"); in ParsePattern() 153 parser_.ThrowSyntaxError("Invalid quantifier, nothing to repeat"); in ParseAlternative() 157 parser_.ThrowSyntaxError("Invalid character"); in ParseAlternative() 191 parser_.ThrowSyntaxError("Invalid group"); in ParseAlternativeCharLeftParen() 226 parser_.ThrowSyntaxError("Invalid non-capturing group"); in ParseNonCapturingGroup() 251 parser_.ThrowSyntaxError("Invalid capturing group"); in ParseCapturingGroup() 262 parser_.ThrowSyntaxError("Invalid assertion"); in ParseAssertion() 274 parser_.ThrowSyntaxError("Invalid control escape"); in ParseControlEscape() 332 parser_.ThrowSyntaxError("Invalid escape"); in ParseClassAtomHelper() [all …]
|
| /arkcompiler/ets_frontend/es2panda/lexer/regexp/ |
| D | regexp.cpp | 96 ThrowError("Invalid closing parenthesis"); in ParsePattern() 162 ThrowError("Invalid group"); in ParseAlternative() 186 ThrowError("Invalid quantifier, nothing to repeat"); in ParseAlternative() 190 ThrowError("Invalid character"); in ParseAlternative() 221 ThrowError("Invalid non-capturing group"); in ParseNonCapturingGroup() 246 ThrowError("Invalid capturing group"); in ParseCapturingGroup() 257 ThrowError("Invalid assertion"); in ParseAssertion() 269 ThrowError("Invalid control escape"); in ParseControlEscape() 298 ThrowError("Invalid class escape"); in ParseClassAtom() 360 ThrowError("Invalid escape"); in ParseClassAtom() [all …]
|