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

  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc 263 const v8::HeapGraphNode* bound_function = GetProperty( local
264 f, v8::HeapGraphEdge::kShortcut, "bound_function");
265 CHECK(bound_function);
266 CHECK_EQ(v8::HeapGraphNode::kClosure, bound_function->GetType());
    [all...]
  /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...]

Completed in 178 milliseconds