Searched refs:bound_this (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/ |
D | js-call-reducer.cc | 268 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/ |
D | runtime-debug.cc | 164 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/ |
D | factory.h | 484 Handle<JSReceiver> target_function, Handle<Object> bound_this,
|
D | objects-printer.cc | 853 os << "\n - bound_this = " << Brief(bound_this()); in JSBoundFunctionPrint()
|
D | factory.cc | 1958 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction() argument 2002 result->set_bound_this(*bound_this); in NewJSBoundFunction()
|
D | objects.h | 7241 DECL_ACCESSORS(bound_this, Object)
|
D | objects-inl.h | 5459 ACCESSORS(JSBoundFunction, bound_this, Object, kBoundThisOffset) in ACCESSORS()
|
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 256 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/ |
D | heap-snapshot-generator.cc | 1116 SetNativeBindReference(js_obj, entry, "bound_this", js_fun->bound_this()); in ExtractJSObjectReferences()
|