Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dcompiler.h21 enum ParseRestriction { enum
215 void SetParseRestriction(ParseRestriction restriction) { in SetParseRestriction()
219 ParseRestriction parse_restriction() const { in parse_restriction()
687 ParseRestriction restriction, int scope_position);
Dcompiler.cc1089 ParseRestriction restriction, int scope_position) { in GetFunctionFromEval()
Druntime.cc9895 ParseRestriction restriction = function_literal_only in RUNTIME_FUNCTION()
9932 static const ParseRestriction restriction = NO_PARSE_RESTRICTION; in CompileGlobalEval()