Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-call-reducer.cc268 Handle<Object> bound_this(function->bound_this(), isolate()); in ReduceJSCallFunction() local
273 (bound_this->IsNull() || bound_this->IsUndefined()) in ReduceJSCallFunction()
281 NodeProperties::ReplaceValueInput(node, jsgraph()->Constant(bound_this), in ReduceJSCallFunction()
/external/v8/src/runtime/
Druntime-debug.cc164 Handle<String> bound_this = in GetInternalProperties() local
166 result->set(2, *bound_this); in GetInternalProperties()
167 result->set(3, function->bound_this()); in GetInternalProperties()
/external/v8/src/
Dfactory.h484 Handle<JSReceiver> target_function, Handle<Object> bound_this,
Dobjects-printer.cc853 os << "\n - bound_this = " << Brief(bound_this()); in JSBoundFunctionPrint()
Dfactory.cc1958 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction() argument
2002 result->set_bound_this(*bound_this); in NewJSBoundFunction()
Dobjects.h7241 DECL_ACCESSORS(bound_this, Object)
Dobjects-inl.h5459 ACCESSORS(JSBoundFunction, bound_this, Object, kBoundThisOffset) in ACCESSORS()
/external/v8/test/cctest/
Dtest-heap-profiler.cc256 const v8::HeapGraphNode* bound_this = GetProperty( in TEST() local
258 CHECK(bound_this); in TEST()
259 CHECK_EQ(v8::HeapGraphNode::kObject, bound_this->GetType()); in TEST()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1116 SetNativeBindReference(js_obj, entry, "bound_this", js_fun->bound_this()); in ExtractJSObjectReferences()