Searched defs:bound_this (Results 1 – 4 of 4) sorted by relevance
888 Node* bound_this = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateBoundFunction() local
1447 ObjectRef JSBoundFunctionRef::bound_this() const { in bound_this() function in v8::internal::compiler::JSBoundFunctionRef
4364 ObjectRef bound_this = function.bound_this(); in ReduceJSCall() local4438 Node* bound_this = NodeProperties::GetValueInput(target, 1); in ReduceJSCall() local
3026 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction()