Home
last modified time | relevance | path

Searched refs:bound_this (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.h442 ObjectRef bound_this() const;
H A Dheap-refs.cc1447 ObjectRef JSBoundFunctionRef::bound_this() const { in bound_this() function in v8::internal::compiler::JSBoundFunctionRef
1449 return MakeRefAssumeMemoryFence(broker(), object()->bound_this()); in bound_this()
H A Djs-create-lowering.cc888 Node* bound_this = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateBoundFunction() local
917 a.Store(AccessBuilder::ForJSBoundFunctionBoundThis(), bound_this); in ReduceJSCreateBoundFunction() local
H A Djs-call-reducer.cc2701 // - bound_this (optional), which is the [[BoundThis]]
2804 inputs[cursor++] = n.ArgumentOrUndefined(0, jsgraph()); // bound_this.
4364 ObjectRef bound_this = function.bound_this();
4366 bound_this.IsNullOrUndefined()
4389 NodeProperties::ReplaceValueInput(node, jsgraph()->Constant(bound_this),
4438 Node* bound_this = NodeProperties::GetValueInput(target, 1);
4445 NodeProperties::ReplaceValueInput(node, bound_this, n.ReceiverIndex());
4456 NodeProperties::CanBeNullOrUndefined(broker(), bound_this, effect)
/third_party/node/deps/v8/src/heap/
H A Dfactory.h677 Handle<JSReceiver> target_function, Handle<Object> bound_this,
H A Dfactory.cc3026 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction()
3071 raw.set_bound_this(*bound_this, SKIP_WRITE_BARRIER); in NewJSBoundFunction()
3025 NewJSBoundFunction( Handle<JSReceiver> target_function, Handle<Object> bound_this, base::Vector<Handle<Object>> bound_args) NewJSBoundFunction() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc226 handle(function->bound_this(), isolate)); in GetInternalProperties()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc1521 os << "\n - bound_this: " << Brief(bound_this()); in JSBoundFunctionPrint()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1160 SetInternalReference(entry, "bound_this", js_fun.bound_this(), in ExtractJSObjectReferences()

Completed in 46 milliseconds