Home
last modified time | relevance | path

Searched refs:hasRecord (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp82 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in ExecuteFromFile() local
83 if (!hasRecord) { in ExecuteFromFile()
129 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in ExecuteFromBuffer() local
130 if (!hasRecord) { in ExecuteFromBuffer()
180 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in ExecuteModuleBuffer() local
181 if (!hasRecord) { in ExecuteModuleBuffer()
263 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in ExecuteFromBufferSecure() local
264 if (!hasRecord) { in ExecuteFromBufferSecure()
337 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in ExecuteModuleBufferSecure() local
338 if (!hasRecord) { in ExecuteModuleBufferSecure()
Dliteral_data_extractor.cpp237 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in DefineMethodInLiteral() local
238 if (!hasRecord) { in DefineMethodInLiteral()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_data_extractor.cpp159 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, recordInfo); in JsonParse() local
160 if (!hasRecord) { in JsonParse()
Djs_module_manager.cpp519 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, recordInfo); in ResolveModuleWithMerge() local
520 if (!hasRecord) { in ResolveModuleWithMerge()
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp136 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(requestEntryPoint, recordInfo); in Load() local
137 if (!hasRecord) { in Load()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp205 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, recordInfo); in DynamicImportJob() local
206 if (!hasRecord) { in DynamicImportJob()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp259 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in InvokeEcmaEntrypoint() local
260 if (!hasRecord) { in InvokeEcmaEntrypoint()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3608 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, recordInfo); in InitForConcurrentFunction() local
3609 if (!hasRecord) { in InitForConcurrentFunction()