Searched refs:bound_this (Results 1 – 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | js-function.tq | 15 bound_this: JSAny|SourceTextModule;
|
/third_party/node/deps/v8/src/builtins/ |
D | function.tq | 97 bound_this: boundReceiver,
|
/third_party/node/deps/v8/src/compiler/ |
D | heap-refs.h | 442 ObjectRef bound_this() const;
|
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()
|
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()
|
D | js-call-reducer.cc | 4364 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/ |
D | runtime-debug.cc | 226 handle(function->bound_this(), isolate)); in GetInternalProperties()
|
/third_party/node/deps/v8/src/heap/ |
D | factory.h | 677 Handle<JSReceiver> target_function, Handle<Object> bound_this,
|
D | factory.cc | 3026 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/ |
D | objects-printer.cc | 1521 os << "\n - bound_this: " << Brief(bound_this()); in JSBoundFunctionPrint()
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1160 SetInternalReference(entry, "bound_this", js_fun.bound_this(), in ExtractJSObjectReferences()
|