Home
last modified time | relevance | path

Searched defs:class (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h1319 #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
Decma_vm.cpp644 #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/
DstringLiteral_demo_02_use.ts26 class class11 { constant
Dinterface_demo_01_use.ts28 export class class01 { constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/matcher/
DMatchers.ts71 class?: (ClassMatcher | ArkClass)[]; property
89 class?: (ClassMatcher | ArkClass)[]; property