Home
last modified time | relevance | path

Searched refs:bound_this (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-function.tq15 bound_this: JSAny|SourceTextModule;
/third_party/node/deps/v8/src/builtins/
Dfunction.tq97 bound_this: boundReceiver,
/third_party/node/deps/v8/src/compiler/
Dheap-refs.h442 ObjectRef bound_this() const;
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()
Djs-create-lowering.cc888 Node* bound_this = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateBoundFunction() local
917 a.Store(AccessBuilder::ForJSBoundFunctionBoundThis(), bound_this); in ReduceJSCreateBoundFunction()
Djs-call-reducer.cc4364 ObjectRef bound_this = function.bound_this(); in ReduceJSCall() local
4366 bound_this.IsNullOrUndefined() in ReduceJSCall()
4389 NodeProperties::ReplaceValueInput(node, jsgraph()->Constant(bound_this), in ReduceJSCall()
4438 Node* bound_this = NodeProperties::GetValueInput(target, 1); in ReduceJSCall() local
4445 NodeProperties::ReplaceValueInput(node, bound_this, n.ReceiverIndex()); in ReduceJSCall()
4456 NodeProperties::CanBeNullOrUndefined(broker(), bound_this, effect) in ReduceJSCall()
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc226 handle(function->bound_this(), isolate)); in GetInternalProperties()
/third_party/node/deps/v8/src/heap/
Dfactory.h677 Handle<JSReceiver> target_function, Handle<Object> bound_this,
Dfactory.cc3026 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction() argument
3071 raw.set_bound_this(*bound_this, SKIP_WRITE_BARRIER); in NewJSBoundFunction()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc1521 os << "\n - bound_this: " << Brief(bound_this()); in JSBoundFunctionPrint()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1160 SetInternalReference(entry, "bound_this", js_fun.bound_this(), in ExtractJSObjectReferences()