Home
last modified time | relevance | path

Searched defs:apiVersion (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DCheckerStorage.ts21 private apiVersion: number = 16; property in CheckerStorage
/arkcompiler/runtime_core/libabckit/include/c/
Dabckit.h41 int apiVersion; member
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/model/
DProjectConfig.ts26 apiVersion: number; property in ProjectConfig
/arkcompiler/jsvm/src/
Djsvm_env.cpp37 JSVM_Env__::JSVM_Env__(v8::Isolate* isolate, int32_t apiVersion) : isolate(isolate), apiVersion(api… in JSVM_Env__()
Djsvm_env.h211 int32_t apiVersion; member
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp1020 bool Helpers::IsDefaultApiVersion(int apiVersion, std::string subApiVersion) in IsDefaultApiVersion()
1026 bool Helpers::IsSupportLazyImportVersion(int apiVersion, std::string subApiVersion) in IsSupportLazyImportVersion()
1033 bool Helpers::IsEnableExpectedPropertyCountApiVersion(int apiVersion) in IsEnableExpectedPropertyCountApiVersion()
1038 bool Helpers::IsSupportAnnotationVersion(int apiVersion) in IsSupportAnnotationVersion()
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h235 static uint8_t apiVersion; variable
Dfile_item_container.cpp165 uint8_t ItemContainer::apiVersion = 0; member in panda::panda_file::ItemContainer
/arkcompiler/jsvm/interface/kits/
Djsvm_types.h522 uint32_t apiVersion; member
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5925 void JSNApi::SetVMAPIVersion(EcmaVM *vm, const int32_t apiVersion) in SetVMAPIVersion()