Searched defs:class (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 1115 #define BUILTINS_API_ID(class, name) BUILTINS_ID_##class##_##name, argument 1117 #define ABSTRACT_OPERATION_ID(class, name) ABSTRACT_ID_##class##_##name, argument 1164 #define BUILTINS_API_TRACE(thread, class, name) … argument 1170 #define ABSTRACT_OPERATION_TRACE(thread, class, name) … argument 1175 #define BUILTINS_API_TRACE(thread, class, name) static_cast<void>(0) // NOLINT(cppcoreguidelines-ma… argument 1176 #define ABSTRACT_OPERATION_TRACE(class, name) static_cast<void>(0) // NOLINT(cppcoreguidelines-macr… argument
|
D | ecma_context.cpp | 142 #define BUILTINS_API_NAME(class, name) "BuiltinsApi::" #class "_" #name, in InitializeEcmaScriptRunStat() argument 145 #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/test_rules/ |
D | rule99.ts | 49 class Point2D { variable
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/ |
D | rule99.ts | 49 class Point2D { variable
|