Home | History | Annotate | Download | only in src

Lines Matching full:jsfunction

1352   HEnterInlined(Handle<JSFunction> closure,
1368 Handle<JSFunction> closure() const { return closure_; }
1383 Handle<JSFunction> closure_;
1422 explicit HThisFunction(Handle<JSFunction> closure) : closure_(closure) {
1431 Handle<JSFunction> closure() const { return closure_; }
1442 Handle<JSFunction> closure_;
1621 HCallConstantFunction(Handle<JSFunction> function, int argument_count)
1624 Handle<JSFunction> function() const { return function_; }
1640 Handle<JSFunction> function_;
1724 HCallKnownGlobal(Handle<JSFunction> target, int argument_count)
1729 Handle<JSFunction> target() const { return target_; }
1738 Handle<JSFunction> target_;
2062 HCheckFunction(HValue* value, Handle<JSFunction> function)
2078 Handle<JSFunction> target() const { return target_; }
2089 Handle<JSFunction> target_;
3054 Handle<JSFunction> right)
3064 Handle<JSFunction> function() { return function_; }
3075 Handle<JSFunction> function_;
4375 HAllocateObject(HValue* context, Handle<JSFunction> constructor)
4382 Handle<JSFunction> constructor() { return constructor_; }
4392 Handle<JSFunction> constructor_;