Searched refs:hasRecord (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | js_pandafile_executor.cpp | 82 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()
|
D | literal_data_extractor.cpp | 237 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in DefineMethodInLiteral() local 238 if (!hasRecord) { in DefineMethodInLiteral()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | module_data_extractor.cpp | 159 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, recordInfo); in JsonParse() local 160 if (!hasRecord) { in JsonParse()
|
D | js_module_manager.cpp | 519 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, recordInfo); in ResolveModuleWithMerge() local 520 if (!hasRecord) { in ResolveModuleWithMerge()
|
/arkcompiler/ets_runtime/ecmascript/require/ |
D | js_cjs_module.cpp | 136 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(requestEntryPoint, recordInfo); in Load() local 137 if (!hasRecord) { in Load()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_promise_job.cpp | 205 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, recordInfo); in DynamicImportJob() local 206 if (!hasRecord) { in DynamicImportJob()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_context.cpp | 259 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in InvokeEcmaEntrypoint() local 260 if (!hasRecord) { in InvokeEcmaEntrypoint()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 3608 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, recordInfo); in InitForConcurrentFunction() local 3609 if (!hasRecord) { in InitForConcurrentFunction()
|