Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-debug.cc209 Handle<String> bound_this = in GetInternalProperties() local
/external/v8/src/compiler/
Djs-create-lowering.cc901 Node* bound_this = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateBoundFunction() local
Djs-call-reducer.cc4050 ObjectRef bound_this = function.bound_this(); in ReduceJSCall() local
4105 Node* bound_this = NodeProperties::GetValueInput(target, 1); in ReduceJSCall() local
Djs-heap-broker.cc635 ObjectData* bound_this() const { return bound_this_; } in bound_this() function in v8::internal::compiler::JSBoundFunctionData
/external/v8/src/heap/
Dfactory.cc2540 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction()