Home
last modified time | relevance | path

Searched refs:__method (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/double_underscore/method_test/
DmethodTest_expected_cache.txt6 "__method:18:18": "__method",
9 "#__method:28:28": "#__method"
DmethodTest.ts18 __method(): void {} method in MyClass
28 #__method(): void {}
DmethodTest_expected.txt17 __method(): void { }
24 #__method(): void { }
/arkcompiler/runtime_core/taihe/runtime/include/taihe/platform/
Dani.hpp437 …static ani_method __method = [env]() -> ani_method { …
450 …return __method; …
455 static ani_static_method __method = [env]() -> ani_static_method { \
468 return __method; \