Home | History | Annotate | Download | only in src

Lines Matching defs:CallRuntime

108   V(CallRuntime)                                \
1665 // The CallRuntime class does not represent any official JavaScript
1669 class CallRuntime: public Expression {
1671 DECLARE_NODE_TYPE(CallRuntime)
1681 CallRuntime(Isolate* isolate,
2867 CallRuntime* NewCallRuntime(Handle<String> name,
2870 CallRuntime* call =
2871 new(zone_) CallRuntime(isolate_, name, function, arguments);
2872 VISIT_AND_RETURN(CallRuntime, call)