Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-call-reducer.cc547 Handle<Object> bound_this(function->bound_this(), isolate()); in ReduceJSCall() local
552 (bound_this->IsNullOrUndefined(isolate())) in ReduceJSCall()
560 NodeProperties::ReplaceValueInput(node, jsgraph()->Constant(bound_this), in ReduceJSCall()
/external/v8/src/runtime/
Druntime-debug.cc197 Handle<String> bound_this = in GetInternalProperties() local
199 result->set(2, *bound_this); in GetInternalProperties()
200 result->set(3, function->bound_this()); in GetInternalProperties()
/external/v8/src/
Dfactory.h573 Handle<JSReceiver> target_function, Handle<Object> bound_this,
Dobjects-printer.cc982 os << "\n - bound_this = " << Brief(bound_this()); in JSBoundFunctionPrint()
Dfactory.cc2238 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction() argument
2278 result->set_bound_this(*bound_this); in NewJSBoundFunction()
Dobjects-inl.h5523 ACCESSORS(JSBoundFunction, bound_this, Object, kBoundThisOffset)
Dobjects.h7876 DECL_ACCESSORS(bound_this, Object)
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1085 SetInternalReference(js_obj, entry, "bound_this", js_fun->bound_this(), in ExtractJSObjectReferences()