Searched defs:bound_this (Results 1 – 4 of 4) sorted by relevance
188 Handle<String> bound_this = in GetInternalProperties() local
926 Node* bound_this = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateBoundFunction() local
397 Node* bound_this = (node->op()->ValueInputCount() < 3) in ReduceFunctionPrototypeBind() local3247 Handle<Object> bound_this(function->bound_this(), isolate()); in ReduceJSCall() local3293 Node* bound_this = NodeProperties::GetValueInput(target, 1); in ReduceJSCall() local
3304 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction()