Home
last modified time | relevance | path

Searched defs:bound_this (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-create-lowering.cc888 Node* bound_this = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateBoundFunction() local
Dheap-refs.cc1447 ObjectRef JSBoundFunctionRef::bound_this() const { in bound_this() function in v8::internal::compiler::JSBoundFunctionRef
Djs-call-reducer.cc4364 ObjectRef bound_this = function.bound_this(); in ReduceJSCall() local
4438 Node* bound_this = NodeProperties::GetValueInput(target, 1); in ReduceJSCall() local
/third_party/node/deps/v8/src/heap/
Dfactory.cc3026 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction()