Searched defs:class (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 1319 #define BUILTINS_API_ID(class, name) BUILTINS_ID_##class##_##name, argument 1321 #define ABSTRACT_OPERATION_ID(class, name) ABSTRACT_ID_##class##_##name, argument 1369 #define BUILTINS_API_TRACE(thread, class, name) … argument 1375 #define ABSTRACT_OPERATION_TRACE(thread, class, name) … argument 1380 #define BUILTINS_API_TRACE(thread, class, name) static_cast<void>(0) // NOLINT(cppcoreguidelines-ma… argument 1381 #define ABSTRACT_OPERATION_TRACE(class, name) static_cast<void>(0) // NOLINT(cppcoreguidelines-macr… argument
|
| D | ecma_vm.cpp | 644 #define BUILTINS_API_NAME(class, name) "BuiltinsApi::" #class "_" #name, in InitializeEcmaScriptRunStat() argument 647 #define ABSTRACT_OPERATION_NAME(class, name) "AbstractOperation::" #class "_" #name, in InitializeEcmaScriptRunStat() argument
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/obfuscation_validation/ |
| D | stringLiteral_demo_02_use.ts | 26 class class11 { constant
|
| D | interface_demo_01_use.ts | 28 export class class01 { constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/matcher/ |
| D | Matchers.ts | 71 class?: (ClassMatcher | ArkClass)[]; property 89 class?: (ClassMatcher | ArkClass)[]; property
|