Searched refs:bound_this (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-debug.cc | 188 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/ |
D | js-call-reducer.cc | 397 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()
|
D | js-create-lowering.cc | 926 Node* bound_this = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateBoundFunction() local 952 a.Store(AccessBuilder::ForJSBoundFunctionBoundThis(), bound_this); in ReduceJSCreateBoundFunction()
|
/external/v8/src/heap/ |
D | factory.h | 679 Handle<JSReceiver> target_function, Handle<Object> bound_this,
|
D | factory.cc | 3304 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction() argument 3347 result->set_bound_this(*bound_this); in NewJSBoundFunction()
|
/external/v8/src/ |
D | objects-printer.cc | 1321 os << "\n - bound_this: " << Brief(bound_this()); in JSBoundFunctionPrint()
|
D | objects-inl.h | 2198 ACCESSORS(JSBoundFunction, bound_this, Object, kBoundThisOffset) in ACCESSORS()
|
D | objects.h | 3140 DECL_ACCESSORS(bound_this, Object)
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 961 SetInternalReference(js_obj, entry, "bound_this", js_fun->bound_this(), in ExtractJSObjectReferences()
|