Home
last modified time | relevance | path

Searched defs:bound_this (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/runtime/
Druntime-debug.cc188 Handle<String> bound_this = in GetInternalProperties() local
/external/v8/src/compiler/
Djs-create-lowering.cc926 Node* bound_this = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateBoundFunction() local
Djs-call-reducer.cc397 Node* bound_this = (node->op()->ValueInputCount() < 3) in ReduceFunctionPrototypeBind() local
3247 Handle<Object> bound_this(function->bound_this(), isolate()); in ReduceJSCall() local
3293 Node* bound_this = NodeProperties::GetValueInput(target, 1); in ReduceJSCall() local
/external/v8/src/heap/
Dfactory.cc3304 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction()