Searched refs:bound_this (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | heap-refs.h | 442 ObjectRef bound_this() const;
|
H A D | heap-refs.cc | 1447 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 D | js-create-lowering.cc | 888 Node* bound_this = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateBoundFunction() local 917 a.Store(AccessBuilder::ForJSBoundFunctionBoundThis(), bound_this); in ReduceJSCreateBoundFunction() local
|
H A D | js-call-reducer.cc | 2701 // - 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 D | factory.h | 677 Handle<JSReceiver> target_function, Handle<Object> bound_this,
|
H A D | factory.cc | 3026 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 D | runtime-debug.cc | 226 handle(function->bound_this(), isolate)); in GetInternalProperties()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-printer.cc | 1521 os << "\n - bound_this: " << Brief(bound_this()); in JSBoundFunctionPrint()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 1160 SetInternalReference(entry, "bound_this", js_fun.bound_this(), in ExtractJSObjectReferences()
|
Completed in 46 milliseconds