Home
last modified time | relevance | path

Searched refs:ParseRestriction (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcompiler.h150 ParseRestriction restriction, int parameters_end_pos,
167 ParseRestriction restriction, int parameters_end_pos, bool is_code_like);
178 ParseRestriction restriction,
Dcompiler.cc2298 ParseRestriction restriction, int parameters_end_pos, in Compile()
2556 ParseRestriction restriction, int parameters_end_pos) { in Compile()
2584 ParseRestriction restriction, int parameters_end_pos, bool is_code_like) { in Compile()
/third_party/node/deps/v8/src/parsing/
Dparse-info.h46 V(parse_restriction, ParseRestriction, 1, _) \
/third_party/node/deps/v8/src/runtime/
Druntime-compiler.cc376 static const ParseRestriction restriction = NO_PARSE_RESTRICTION; in CompileGlobalEval()
/third_party/node/deps/v8/src/common/
Dglobals.h967 enum ParseRestriction : bool { enum