Home
last modified time | relevance | path

Searched refs:nestedMethod (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DBodyBuilder.ts78 const nestedMethod = childrenChain.parent; constant
79 let nestedGlobals = nestedMethod.getBodyBuilder()?.getGlobals();
94 const nestedLocals = nestedMethod.getBody()?.getLocals();
116 const nestedMethod = childrenChain.parent; constant
117 const nestedSignature = nestedMethod.getImplementationSignature();
122 this.updateNestedMethodWithClosures(nestedMethod, closuresLocal);
124 this.moveCurrentMethodLocalToGlobal(nestedMethod);
132 const newBaseLocals = nestedMethod.getBody()?.getLocals();
304 const nestedMethod = nestedChain.parent; constant
305 const params = nestedMethod.getSubSignature().getParameters();
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dcall_object_method_int_test.ets43 public nestedMethod(data1: int, data2: int): int
Dcall_object_method_byte_test.ets43 public nestedMethod(data1: byte, data2: byte): byte
Dcall_object_method_boolean_test.ets46 public nestedMethod(data1: byte, data2: byte): boolean
Dcall_object_method_char_test.ets43 public nestedMethod(data1: char, data2: int): char
Dcall_object_method_float_test.ets43 public nestedMethod(data1: float, data2: float): float
Dcall_object_method_double_test.ets48 public nestedMethod(data1: double, data2: double): double
Dobject_call_method_ref_test.ets49 public nestedMethod(data1: int, data2: int): String
Dcall_object_method_long_test.ets42 public nestedMethod(data1: long, data2: long): long
Dcall_object_method_void_test.ets50 public nestedMethod(data1: int, data2: int): void
Dcall_object_method_short_test.ets43 public nestedMethod(data1: short, data2: short): short
Dobject_call_method_by_name_double_test.ets62 public nestedMethod(value: double): double {
Dobject_call_method_by_name_long_test.ets62 public nestedMethod(value: long): long {
Dobject_call_method_by_name_int_test.ets61 public nestedMethod(value: int): int {
Dobject_call_method_by_name_short_test.ets61 public nestedMethod(value: short): short {
Dobject_call_method_by_name_byte_test.ets61 public nestedMethod(value: byte): byte {
Dobject_call_method_by_name_char_test.ets61 public nestedMethod(value: char): char {
Dobject_call_method_by_name_float_test.ets62 public nestedMethod(value: float): float {
Dobject_call_method_by_name_void_test.ets65 public nestedMethod(value: int): void {
Dobject_call_method_by_name_boolean_test.ets73 public nestedMethod(value: int): boolean {
Dobject_call_method_by_name_ref_test.ets74 public nestedMethod(value: int): string {
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DType.ts774 constructor(nestedMethod: MethodSignature, closures?: Local[]) {
776 this.nestedMethodSignature = nestedMethod;