Searched refs:ParseRestriction (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
D | compiler.h | 150 ParseRestriction restriction, int parameters_end_pos, 167 ParseRestriction restriction, int parameters_end_pos, bool is_code_like); 178 ParseRestriction restriction,
|
D | compiler.cc | 2298 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/ |
D | parse-info.h | 46 V(parse_restriction, ParseRestriction, 1, _) \
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-compiler.cc | 376 static const ParseRestriction restriction = NO_PARSE_RESTRICTION; in CompileGlobalEval()
|
/third_party/node/deps/v8/src/common/ |
D | globals.h | 967 enum ParseRestriction : bool { enum
|