Searched refs:body (Results 1 – 25 of 274) sorted by relevance
1234567891011
/arkcompiler/runtime_core/assembler/ |
D | asm_metadata.rb | 96 body = [] 100 body << "#{indent}if (attribute == \"#{attribute_name(a)}\") {" 103 body << "#{indent * 2}if (HasAttribute(attribute)) {" 104 body << "#{indent * 3}return Error(\"Attribute '#{attribute_name(a)}' already defined\"," 105 body << "#{indent * 3} Error::Type::MULTIPLE_ATTRIBUTE);" 106 body << "#{indent * 2}}" 111 body << "#{indent * 2}if (value == \"#{v.value}\") {" 112 body << "#{indent * 3}return {};" 113 body << "#{indent * 2}}" 114 body << "" [all …]
|
/arkcompiler/ets_frontend/es2panda/test/parser/js/ |
D | test-labelled-statement-expected.txt | 20 "body": { 74 "body": { 143 "body": { 225 "body": { 241 "body": { 306 "body": { 308 "body": { 374 "body": { 429 "body": { 447 "body": { [all …]
|
D | test-for-expected.txt | 9 "body": { 38 "body": { 109 "body": { 207 "body": { 333 "body": { 468 "body": { 528 "body": { 588 "body": { 637 "body": { 680 "body": { [all …]
|
D | test-class-definition-expected.txt | 95 "body": { 144 "body": [ 217 "body": { 295 "body": { 417 "body": { 466 "body": [ 496 "body": { 574 "body": { 652 "body": { 730 "body": { [all …]
|
D | test-class-expression-expected.txt | 115 "body": { 164 "body": [ 194 "body": { 300 "body": { 479 "body": { 528 "body": [ 558 "body": { 636 "body": {
|
D | test-labeled-iteration-continue-target-expected.txt | 77 "body": { 93 "body": { 124 "body": {
|
D | test-try-statement-expected.txt | 22 "body": { 104 "body": { 215 "body": { 284 "body": {
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test_module-expected.txt | 20 "body": { 22 "body": [ 69 "body": { 71 "body": [ 306 "body": { 308 "body": [ 375 "body": { 452 "body": { 468 "body": { 484 "body": { [all …]
|
D | test_export-declaration-named-namespace-expected.txt | 20 "body": { 22 "body": [ 315 "body": { 391 "body": { 393 "body": [ 522 "body": { 524 "body": [], 623 "body": { 625 "body": [ 726 "body": { [all …]
|
D | test-export-declaration3-expected.txt | 20 "body": { 22 "body": [ 39 "body": { 41 "body": [ 166 "body": { 168 "body": [
|
D | test_module_binder-expected.txt | 20 "body": { 22 "body": [ 71 "body": { 120 "body": [
|
D | test-class-method-overload6-expected.txt | 52 "body": { 101 "body": [ 131 "body": { 209 "body": { 287 "body": {
|
D | test_module8-expected.txt | 36 "body": { 38 "body": [],
|
D | test-keyword-identify8-expected.txt | 26 "body": { 142 "body": { 193 "body": { 242 "body": [],
|
D | test-class-method-overload5-expected.txt | 52 "body": { 101 "body": [ 131 "body": { 209 "body": {
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | destructureOfVariableSameAsShorthand.ts | 39 const body = response.data; constant 40 AssertType(body, "never"); 61 const body = response.data; constant 62 AssertType(body, "never");
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
D | interfaceInheritance1-expected.txt | 6 "body": { 8 "body": [], 89 "body": { 91 "body": [], 172 "body": { 174 "body": [],
|
D | interfaceInheritance4-expected.txt | 6 "body": { 8 "body": [ 135 "body": { 137 "body": [ 277 "body": { 279 "body": [],
|
D | interfaceInheritance2-expected.txt | 6 "body": { 8 "body": [ 92 "body": { 94 "body": [
|
D | interfaceInheritance3-expected.txt | 6 "body": { 8 "body": [ 103 "body": { 105 "body": [
|
D | varRedeclaration14-expected.txt | 6 "body": { 8 "body": [ 92 "body": { 94 "body": [ 219 "body": { 221 "body": [
|
D | varRedeclaration13-expected.txt | 6 "body": { 8 "body": [ 92 "body": { 94 "body": [ 217 "body": { 219 "body": [ 423 "body": { 425 "body": [
|
D | interfaceAssignment3-expected.txt | 6 "body": { 8 "body": [ 92 "body": { 94 "body": [ 219 "body": { 221 "body": [ 346 "body": { 348 "body": [
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | strictMode.ts | 28 if (decl && decl.body) { 29 if (decl.body.kind === ts.SyntaxKind.Block) { 30 statements = (<ts.Block>decl.body).statements;
|
/arkcompiler/ets_runtime/test/aottest/class_method_signature/ |
D | expect_output.txt | 28 test one signature but no body 30 test multi-signatures but one body 32 test multi-signatures but no body
|
1234567891011