Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-debug.cc188 Handle<String> bound_this = in GetInternalProperties() local
190 result->set(2, *bound_this); in GetInternalProperties()
191 result->set(3, function->bound_this()); in GetInternalProperties()
/external/v8/src/compiler/
Djs-call-reducer.cc397 Node* bound_this = (node->op()->ValueInputCount() < 3) in ReduceFunctionPrototypeBind() local
476 inputs[1] = bound_this; in ReduceFunctionPrototypeBind()
3247 Handle<Object> bound_this(function->bound_this(), isolate()); in ReduceJSCall() local
3251 (bound_this->IsNullOrUndefined(isolate())) in ReduceJSCall()
3257 NodeProperties::ReplaceValueInput(node, jsgraph()->Constant(bound_this), in ReduceJSCall()
3293 Node* bound_this = NodeProperties::GetValueInput(target, 1); in ReduceJSCall() local
3299 NodeProperties::ReplaceValueInput(node, bound_this, 1); in ReduceJSCall()
3310 NodeProperties::CanBeNullOrUndefined(isolate(), bound_this, effect) in ReduceJSCall()
Djs-create-lowering.cc926 Node* bound_this = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateBoundFunction() local
952 a.Store(AccessBuilder::ForJSBoundFunctionBoundThis(), bound_this); in ReduceJSCreateBoundFunction()
/external/v8/src/heap/
Dfactory.h679 Handle<JSReceiver> target_function, Handle<Object> bound_this,
Dfactory.cc3304 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction() argument
3347 result->set_bound_this(*bound_this); in NewJSBoundFunction()
/external/v8/src/
Dobjects-printer.cc1321 os << "\n - bound_this: " << Brief(bound_this()); in JSBoundFunctionPrint()
Dobjects-inl.h2198 ACCESSORS(JSBoundFunction, bound_this, Object, kBoundThisOffset) in ACCESSORS()
Dobjects.h3140 DECL_ACCESSORS(bound_this, Object)
/external/v8/src/profiler/
Dheap-snapshot-generator.cc961 SetInternalReference(js_obj, entry, "bound_this", js_fun->bound_this(), in ExtractJSObjectReferences()