Home
last modified time | relevance | path

Searched refs:get_child_raw (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dshared-function-info-inl.h74 return PreparseData::cast(get_child_raw(index)); in get_child()
77 Object PreparseData::get_child_raw(int index) const { in get_child_raw() function
Dshared-function-info.h111 inline Object get_child_raw(int index) const;
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1885 Object child = get_child_raw(i); in PreparseDataVerify()