HomeSort by relevance Sort by last modified time
    Searched refs:bound_function (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/
test-heap-profiler.cc 186 const v8::HeapGraphNode* bound_function = GetProperty( local
187 f, v8::HeapGraphEdge::kShortcut, "bound_function");
188 CHECK(bound_function);
189 CHECK_EQ(v8::HeapGraphNode::kClosure, bound_function->GetType());
    [all...]
  /external/v8/src/
runtime.cc     [all...]

Completed in 29 milliseconds