Home
last modified time | relevance | path

Searched full:invalid (Results 1 – 25 of 819) sorted by relevance

12345678910>>...33

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.h25 // 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("excutePendingJob", ExcutePendingJob, 0, INVALID) \
30 V("forceFullGC", ForceFullGC, 0, INVALID) \
31 V("getHClass", GetHClass, 1, INVALID) \
32 V("getLexicalEnv", GetLexicalEnv, 1, INVALID) \
33 V("isSlicedString", IsSlicedString, 1, INVALID) \
34 V("hiddenStackSourceFile", HiddenStackSourceFile, 0, INVALID) \
35 V("hintGC", HintGC, 0, INVALID) \
[all …]
Dbuiltins_shared_array.h24 // 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) \
33 // V("of", Of, 0, INVALID)
40 V("at", At, 1, INVALID) \
42 V("concat", Concat, 1, INVALID) \
44 V("entries", Entries, 0, INVALID) \
46 V("fill", Fill, 1, INVALID) \
48 V("filter", Filter, 1, INVALID) \
[all …]
Dbuiltins_date.h25 // 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 …]
Dbuiltins_shared_typedarray.h53 // 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 */ …
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) \
80 V("every", Every, 1, INVALID) \
82 V("fill", Fill, 1, INVALID) \
[all …]
Dbuiltins_gc.h25 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no s…
27 …eeHeapSize", GetFreeHeapSize, 0, INVALID) \
28 …servedHeapSize", GetReservedHeapSize, 0, INVALID) \
29 …edHeapSize", GetUsedHeapSize, 0, INVALID) \
30 …jectAddress", GetObjectAddress, 1, INVALID) \
31 …jectSpaceType", GetObjectSpaceType, 1, INVALID) \
32 …terNativeAllocation", RegisterNativeAllocation, 1, INVALID) \
33 …"registerNativeFree", RegisterNativeFree, 1, INVALID)
Dbuiltins_global.h30 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no s…
40 V("decodeURI", DecodeURI, 1, INVALID) \
42 V("decodeURIComponent", DecodeURIComponent, 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) \
[all …]
Dbuiltins_atomics.h26 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no s…
31 V("add", Add, 3, INVALID) \
33 V("and", And, 3, INVALID) \
35 V("compareExchange", CompareExchange, 4, INVALID) \
37 V("exchange", Exchange, 3, INVALID) \
39 V("isLockFree", IsLockFree, 1, INVALID) \
41 V("load", Load, 2, INVALID) \
43 V("notify", Notify, 3, INVALID) \
45 V("or", Or, 3, INVALID) \
47 V("store", Store, 3, INVALID) \
[all …]
Dbuiltins_promise.h29 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no s…
32 V("all", All, 1, INVALID) \
34 V("allSettled", AllSettled, 1, INVALID) \
36 V("any", Any, 1, INVALID) \
38 V("race", Race, 1, INVALID) \
40 V("reject", Reject, 1, INVALID) \
42 V("resolve", Resolve, 1, INVALID)
49 V("catch", Catch, 1, INVALID) \
51 V("finally", Finally, 1, INVALID) \
53 V("then", Then, 2, INVALID)
Dbuiltins_reflect.h26 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no s…
33 V("defineProperty", ReflectDefineProperty, 3, INVALID) \
35 V("deleteProperty", ReflectDeleteProperty, 2, INVALID) \
39 V("getOwnPropertyDescriptor", ReflectGetOwnPropertyDescriptor, 2, INVALID) \
45 V("isExtensible", ReflectIsExtensible, 1, INVALID) \
47 V("ownKeys", ReflectOwnKeys, 1, INVALID) \
49 V("preventExtensions", ReflectPreventExtensions, 1, INVALID) \
51 V("set", ReflectSet, 3, INVALID) \
53 V("setPrototypeOf", ReflectSetPrototypeOf, 2, INVALID)
Dbuiltins_string.h26 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no s…
31 V("fromCodePoint", FromCodePoint, 1, INVALID) \
33 V("raw", Raw, 1, INVALID)
43 V("at", At, 1, INVALID) \
55 V("includes", Includes, 1, INVALID) \
59 V("lastIndexOf", LastIndexOf, 1, INVALID) \
63 V("match", Match, 1, INVALID) \
65 V("matchAll", MatchAll, 1, INVALID) \
67 V("normalize", Normalize, 0, INVALID) \
69 V("isWellFormed", IsWellFormed, 0, INVALID) \
[all …]
Dbuiltins_object.h27 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no s…
35 … V("defineProperties", DefineProperties, 2, INVALID) \
37 … V("defineProperty", DefineProperty, 3, INVALID) \
41 … V("freeze", Freeze, 1, INVALID) \
43 … V("fromEntries", FromEntries, 1, INVALID) \
45 … V("getOwnPropertyDescriptor", GetOwnPropertyDescriptor, 2, INVALID) \
55 … V("hasOwn", HasOwn, 2, INVALID) \
59 … V("isExtensible", IsExtensible, 1, INVALID) \
67 … V("preventExtensions", PreventExtensions, 1, INVALID) \
69 … V("seal", Seal, 1, INVALID) \
[all …]
/arkcompiler/runtime_core/static_core/verification/
Dverification.yaml56 - 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/codegen/maple/maple_ir/include/
Dopcode_info.h70 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in GetTableItemAt()
76 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in IsStmt()
82 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in IsVarSize()
88 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in NotMMPL()
94 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in IsCompare()
100 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in IsTypeCvt()
106 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in HasSSAUse()
112 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in HasSSADef()
118 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in IsCall()
124 DEBUG_ASSERT(o < OP_last, "invalid opcode"); in IsCallAssigned()
[all …]
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_bitvector.h23 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/ets_frontend/ets2panda/lexer/regexp/
Dregexp.cpp96 ThrowError("Invalid closing parenthesis"); in ParsePattern()
103 ThrowError("Invalid capturing group"); in ParsePattern()
160 ThrowError("Invalid quantifier, nothing to repeat"); in ParseAlternative()
164 ThrowError("Invalid character"); in ParseAlternative()
198 ThrowError("Invalid group"); in ParseAlternativeCharLeftParen()
233 ThrowError("Invalid non-capturing group"); in ParseNonCapturingGroup()
258 ThrowError("Invalid capturing group"); in ParseCapturingGroup()
269 ThrowError("Invalid assertion"); in ParseAssertion()
281 ThrowError("Invalid control escape"); in ParseControlEscape()
310 ThrowError("Invalid class escape"); in ParseClassAtom()
[all …]
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp98 ThrowError("Invalid closing parenthesis"); in ParsePattern()
164 ThrowError("Invalid group"); in ParseAlternative()
188 ThrowError("Invalid quantifier, nothing to repeat"); in ParseAlternative()
192 ThrowError("Invalid character"); in ParseAlternative()
223 ThrowError("Invalid non-capturing group"); in ParseNonCapturingGroup()
248 ThrowError("Invalid capturing group"); in ParseCapturingGroup()
259 ThrowError("Invalid assertion"); in ParseAssertion()
271 ThrowError("Invalid control escape"); in ParseControlEscape()
300 ThrowError("Invalid class escape"); in ParseClassAtom()
362 ThrowError("Invalid escape"); in ParseClassAtom()
[all …]
/arkcompiler/ets_runtime/test/aottest/privateproperty/
Dexpect_output.txt29 TypeError : invalid or cannot find private key
30 TypeError : invalid or cannot find private key
31 TypeError: invalid or cannot find private key
32 TypeError: invalid or cannot find private key
Dpgo_expect_output.txt29 TypeError : invalid or cannot find private key
30 TypeError : invalid or cannot find private key
31 TypeError: invalid or cannot find private key
32 TypeError: invalid or cannot find private key
/arkcompiler/ets_frontend/test262/
Dintl_tests.txt10 intl402/BigInt/prototype/toLocaleString/this-value-invalid.js
20 intl402/Collator/ignore-invalid-unicode-ext-values.js
76 intl402/Date/prototype/this-value-invalid-date.js
88 intl402/DateTimeFormat/constructor-options-fractionalSecondDigits-invalid.js
94 intl402/DateTimeFormat/constructor-options-timeStyle-invalid.js
97 intl402/DateTimeFormat/constructor-options-dateStyle-invalid.js
99 intl402/DateTimeFormat/constructor-options-numberingSystem-invalid.js
105 intl402/DateTimeFormat/ignore-invalid-unicode-ext-values.js
106 intl402/DateTimeFormat/constructor-options-calendar-invalid.js
221 intl402/DateTimeFormat/constructor-options-dayPeriod-invalid.js
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/regression/
Dbigint_from_double.sts61 negativeTest("0.00023e--4", "is invalid");
62 negativeTest("1e-e8", "is invalid");
63 negativeTest("1e++e", "is invalid");
64 negativeTest("58e10.0", "is invalid");
65 negativeTest("5.99.73e0", "is invalid");
/arkcompiler/runtime_core/docs/changelogs/
D2024-04-08-file_format-changelog.md16 2. We invalid the [proto_idx] field by setting [0xffff] in Method from version 12.0.1.0.
20 2. We invalid the [field_idx_size] & [field_idx_off] by setting [0xffffffff] in IndexHeader from ve…
22 4. We invalid the [proto_idx_size] & [proto_idx_off] by setting [0xffffffff] in IndexHeader from ve…
/arkcompiler/ets_runtime/test/moduletest/mapget/
Dmapget.js251 throw new Error("Invalid 'begin' iterator");
254 throw new Error("Invalid 'mid' iterator");
257 throw new Error("Invalid 'last' iterator");
260 throw new Error("Invalid 'end' iterator");
267 throw new Error("Invalid 'beginNotTought' iterator");
270 throw new Error("Invalid 'beginNotTought' iterator's value");
274 throw new Error("Invalid 'midNotTought' iterator");
277 throw new Error("Invalid 'midNotTought' iterator's value");
280 throw new Error("Invalid 'begin' iterator");
283 throw new Error("Invalid 'mid' iterator");
[all …]
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-invalid-unicode-escape-expected.txt1 SyntaxError: Invalid hex escape [test-invalid-unicode-escape.js:16:10]
Dtest-invalid-regexp-flags-expected.txt1 SyntaxError: Invalid RegExp flag [test-invalid-regexp-flags.js:16:8]
DInvalid-destructuring-target-arguments-3-expected.txt1 SyntaxError: Invalid destructuring assignment target: arguments [Invalid-destructuring-target-argum…

12345678910>>...33