Searched defs:bound_this (Results 1 – 5 of 5) sorted by relevance
209 Handle<String> bound_this = in GetInternalProperties() local
901 Node* bound_this = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateBoundFunction() local
4050 ObjectRef bound_this = function.bound_this(); in ReduceJSCall() local4105 Node* bound_this = NodeProperties::GetValueInput(target, 1); in ReduceJSCall() local
635 ObjectData* bound_this() const { return bound_this_; } in bound_this() function in v8::internal::compiler::JSBoundFunctionData
2540 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction()