Lines Matching refs:Function
201 // that emit code (function declarations).
785 // True if there is a function literal subexpression in the condition.
843 // True if there is a function literal subexpression in the condition.
1133 // Unique (per-function) index of this handler. This is not an AST ID.
1313 GETTER, SETTER, // Property is an accessor function.
1666 // language construct. Instead it is used to call a C or JS function
1674 const Runtime::Function* function() const { return function_; }
1683 const Runtime::Function* function,
1687 function_(function),
1692 const Runtime::Function* function_;
2868 const Runtime::Function* function,
2871 new(zone_) CallRuntime(isolate_, name, function, arguments);