/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | reserved-words-as-method-name-expected.txt | 6 method instanceof
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
D | instanceof_5-expected.txt | 122 "operator": "instanceof", 185 TypeError: The left-hand side of an 'instanceof' expression must be of type 'any', an object type o…
|
D | instanceof_1-expected.txt | 122 "operator": "instanceof", 185 TypeError: The left-hand side of an 'instanceof' expression must be of type 'any', an object type o…
|
D | instanceof_10-expected.txt | 122 "operator": "instanceof", 185 TypeError: The right-hand side of an 'instanceof' expression must be of type 'any' or of a type ass…
|
D | instanceof_12-expected.txt | 122 "operator": "instanceof", 185 TypeError: The right-hand side of an 'instanceof' expression must be of type 'any' or of a type ass…
|
D | instanceof_11-expected.txt | 122 "operator": "instanceof", 185 TypeError: The right-hand side of an 'instanceof' expression must be of type 'any' or of a type ass…
|
D | instanceof_3-expected.txt | 122 "operator": "instanceof", 185 TypeError: The left-hand side of an 'instanceof' expression must be of type 'any', an object type o…
|
D | instanceof_13-expected.txt | 122 "operator": "instanceof", 185 TypeError: The right-hand side of an 'instanceof' expression must be of type 'any' or of a type ass…
|
D | instanceof_7-expected.txt | 122 "operator": "instanceof", 185 TypeError: The left-hand side of an 'instanceof' expression must be of type 'any', an object type o…
|
D | instanceof_2-expected.txt | 177 "operator": "instanceof", 240 TypeError: The left-hand side of an 'instanceof' expression must be of type 'any', an object type o…
|
D | instanceof_9-expected.txt | 189 "operator": "instanceof", 252 TypeError: The left-hand side of an 'instanceof' expression must be of type 'any', an object type o…
|
D | instanceof_6-expected.txt | 177 "operator": "instanceof", 240 TypeError: The left-hand side of an 'instanceof' expression must be of type 'any', an object type o…
|
D | instanceof_4-expected.txt | 177 "operator": "instanceof", 240 TypeError: The left-hand side of an 'instanceof' expression must be of type 'any', an object type o…
|
D | instanceof_8-expected.txt | 177 "operator": "instanceof", 240 TypeError: The left-hand side of an 'instanceof' expression must be of type 'any', an object type o…
|
D | instanceof_14-expected.txt | 189 "operator": "instanceof", 252 TypeError: The right-hand side of an 'instanceof' expression must be of type 'any' or of a type ass…
|
/arkcompiler/ets_runtime/test/aottest/instanceof/ |
D | BUILD.gn | 16 host_aot_test_action("instanceof") {
|
/arkcompiler/ets_frontend/ts2panda/templates/ |
D | builtinsMap.ts.erb | 74 if (!(operands[<%= i-2%>] instanceof ir.Imm)) { 79 if (!(operands[<%= i-2%>] instanceof ir.VReg)) {
|
/arkcompiler/ets_runtime/test/aottest/ |
D | BUILD.gn | 122 "instanceof",
|
/arkcompiler/ets_frontend/testTs/expect/types/objectTypeLiteral/propertySignatures/ |
D | propertyNamesOfReservedWords.txt | 1 … {'t': 25, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'instanceof'}, {'t': 25, 'v'… 3 … {'t': 25, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'instanceof'}, {'t': 25, 'v'… 4 …': 25, 'v': 0}, {'t': 5, 'v': 'in'}, {'t': 25, 'v': 0}, {'t': 5, 'v': 'instanceof'}, {'t': 25, 'v'…
|
/arkcompiler/ets_frontend/es2panda/test/parser/js/ |
D | test-binary-expression-expected.txt | 1108 "operator": "instanceof", 1221 "operator": "instanceof",
|
/arkcompiler/ets_frontend/test262/ |
D | es5_tests.txt | 6339 language/expressions/instanceof/S11.8.6_A1.js 6340 language/expressions/instanceof/S11.8.6_A2.1_T1.js 6341 language/expressions/instanceof/S11.8.6_A2.1_T2.js 6342 language/expressions/instanceof/S11.8.6_A2.1_T3.js 6343 language/expressions/instanceof/S11.8.6_A2.4_T1.js 6344 language/expressions/instanceof/S11.8.6_A2.4_T2.js 6345 language/expressions/instanceof/S11.8.6_A2.4_T3.js 6346 language/expressions/instanceof/S11.8.6_A2.4_T4.js 6347 language/expressions/instanceof/S11.8.6_A3.js 6348 language/expressions/instanceof/S11.8.6_A4_T1.js [all …]
|
D | CI_tests.txt | 3084 language/identifiers/val-instanceof-via-escape-hex.js 3634 language/expressions/instanceof/symbol-hasinstance-get-err.js 3635 language/expressions/instanceof/S11.8.6_A4_T3.js 3636 language/expressions/instanceof/S11.8.6_A4_T1.js 3637 language/expressions/instanceof/S11.8.6_A2.4_T4.js 3638 language/expressions/instanceof/S11.8.6_A7_T2.js 3639 language/expressions/instanceof/S11.8.6_A6_T1.js 3640 language/expressions/instanceof/symbol-hasinstance-not-callable.js 3641 language/expressions/instanceof/primitive-prototype-with-primitive.js 3642 language/expressions/instanceof/S11.8.6_A6_T3.js [all …]
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | call_signature.cpp | 343 …CallSignature instanceof("Instanceof", 0, 5, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS_ANY()… in DEF_CALL_SIGNATURE() local 344 *callSign = instanceof; in DEF_CALL_SIGNATURE()
|
/arkcompiler/ets_frontend/testTs/ |
D | test-case.patch | 3787 if (x instanceof X) { 4717 return normal instanceof NormalToString; 4727 @@ -12,3 +12,4 @@ var r1 = a instanceof x1; 4728 var r2 = b instanceof x2; 4729 var r3 = c instanceof x1; 4730 var r4 = d instanceof x1; 5072 -// A type guard of the form x instanceof C, where C is of a subtype of the global type 'Function' 5087 +// A type guard of the form x instanceof C, where C is of a subtype of the global type 'Function' 5114 str = ctor1 instanceof C1 && ctor1.p1; // C1 5115 num = ctor1 instanceof C2 && ctor1.p2; // C2 [all …]
|
/arkcompiler/ets_frontend/es2panda/test/ |
D | test262skiplist.txt | 8274 language/expressions/instanceof/S11.8.6_A1.js 8275 language/expressions/instanceof/S15.3.5.3_A1_T1.js 8276 language/expressions/instanceof/S15.3.5.3_A1_T2.js 8277 language/expressions/instanceof/S15.3.5.3_A1_T3.js 8278 language/expressions/instanceof/S15.3.5.3_A1_T4.js 8279 language/expressions/instanceof/S15.3.5.3_A1_T5.js 8280 language/expressions/instanceof/S15.3.5.3_A1_T6.js 8281 language/expressions/instanceof/S15.3.5.3_A1_T7.js 8282 language/expressions/instanceof/S15.3.5.3_A1_T8.js 8283 language/expressions/instanceof/S15.3.5.3_A2_T5.js [all …]
|