Home
last modified time | relevance | path

Searched refs:body (Results 1 – 25 of 274) sorted by relevance

1234567891011

/arkcompiler/runtime_core/assembler/
Dasm_metadata.rb96 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/
Dtest-labelled-statement-expected.txt20 "body": {
74 "body": {
143 "body": {
225 "body": {
241 "body": {
306 "body": {
308 "body": {
374 "body": {
429 "body": {
447 "body": {
[all …]
Dtest-for-expected.txt9 "body": {
38 "body": {
109 "body": {
207 "body": {
333 "body": {
468 "body": {
528 "body": {
588 "body": {
637 "body": {
680 "body": {
[all …]
Dtest-class-definition-expected.txt95 "body": {
144 "body": [
217 "body": {
295 "body": {
417 "body": {
466 "body": [
496 "body": {
574 "body": {
652 "body": {
730 "body": {
[all …]
Dtest-class-expression-expected.txt115 "body": {
164 "body": [
194 "body": {
300 "body": {
479 "body": {
528 "body": [
558 "body": {
636 "body": {
Dtest-labeled-iteration-continue-target-expected.txt77 "body": {
93 "body": {
124 "body": {
Dtest-try-statement-expected.txt22 "body": {
104 "body": {
215 "body": {
284 "body": {
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_module-expected.txt20 "body": {
22 "body": [
69 "body": {
71 "body": [
306 "body": {
308 "body": [
375 "body": {
452 "body": {
468 "body": {
484 "body": {
[all …]
Dtest_export-declaration-named-namespace-expected.txt20 "body": {
22 "body": [
315 "body": {
391 "body": {
393 "body": [
522 "body": {
524 "body": [],
623 "body": {
625 "body": [
726 "body": {
[all …]
Dtest-export-declaration3-expected.txt20 "body": {
22 "body": [
39 "body": {
41 "body": [
166 "body": {
168 "body": [
Dtest_module_binder-expected.txt20 "body": {
22 "body": [
71 "body": {
120 "body": [
Dtest-class-method-overload6-expected.txt52 "body": {
101 "body": [
131 "body": {
209 "body": {
287 "body": {
Dtest_module8-expected.txt36 "body": {
38 "body": [],
Dtest-keyword-identify8-expected.txt26 "body": {
142 "body": {
193 "body": {
242 "body": [],
Dtest-class-method-overload5-expected.txt52 "body": {
101 "body": [
131 "body": {
209 "body": {
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DdestructureOfVariableSameAsShorthand.ts39 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/
DinterfaceInheritance1-expected.txt6 "body": {
8 "body": [],
89 "body": {
91 "body": [],
172 "body": {
174 "body": [],
DinterfaceInheritance4-expected.txt6 "body": {
8 "body": [
135 "body": {
137 "body": [
277 "body": {
279 "body": [],
DinterfaceInheritance2-expected.txt6 "body": {
8 "body": [
92 "body": {
94 "body": [
DinterfaceInheritance3-expected.txt6 "body": {
8 "body": [
103 "body": {
105 "body": [
DvarRedeclaration14-expected.txt6 "body": {
8 "body": [
92 "body": {
94 "body": [
219 "body": {
221 "body": [
DvarRedeclaration13-expected.txt6 "body": {
8 "body": [
92 "body": {
94 "body": [
217 "body": {
219 "body": [
423 "body": {
425 "body": [
DinterfaceAssignment3-expected.txt6 "body": {
8 "body": [
92 "body": {
94 "body": [
219 "body": {
221 "body": [
346 "body": {
348 "body": [
/arkcompiler/ets_frontend/ts2panda/src/
DstrictMode.ts28 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/
Dexpect_output.txt28 test one signature but no body
30 test multi-signatures but one body
32 test multi-signatures but no body

1234567891011