Home
last modified time | relevance | path

Searched refs:is_json (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dcompiler.cc134 bool is_json = (validate == Compiler::VALIDATE_JSON); in MakeFunction() local
136 if (is_eval || is_json) { in MakeFunction()
138 is_json ? Smi::FromInt(Script::COMPILATION_TYPE_JSON) : in MakeFunction()
163 MakeAST(is_global, script, extension, pre_data, is_json); in MakeFunction()
Dparser.h137 bool is_json = false);
Dparser.cc5049 bool is_json) { in MakeAST() argument
5070 if (is_json) { in MakeAST()
Druntime.cc5584 CONVERT_ARG_CHECKED(Oddball, is_json, 1) in Runtime_CompileString()
5588 Compiler::ValidationState validate = (is_json->IsTrue()) in Runtime_CompileString()