OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:child_string
(Results
1 - 1
of
1
) sorted by null
/external/v8/test/cctest/
test-heap-profiler.cc
404
"
child_string
= parent_string.slice(100);");
411
const v8::HeapGraphNode*
child_string
=
local
412
GetProperty(global, v8::HeapGraphEdge::kProperty, "
child_string
");
413
CHECK(
child_string
);
414
CHECK_EQ(v8::HeapGraphNode::kSlicedString,
child_string
->GetType());
416
GetProperty(
child_string
, v8::HeapGraphEdge::kInternal, "parent");
[
all
...]
Completed in 108 milliseconds