Home
last modified time | relevance | path

Searched refs:IsJsonInputFile (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerContext.h111 bool IsJsonInputFile() const in IsJsonInputFile() function
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp393 if (context->IsJsonInputFile()) { in Emitter()