Home
last modified time | relevance | path

Searched refs:number_of_detached_contexts (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-statistics.h134 size_t number_of_detached_contexts() { return number_of_detached_contexts_; } in number_of_detached_contexts() function in v8::HeapStatistics
/third_party/node/deps/v8/include/
H A Dv8-statistics.h134 size_t number_of_detached_contexts() { return number_of_detached_contexts_; } in number_of_detached_contexts() function in v8::HeapStatistics
/third_party/node/lib/
H A Dv8.js156 * number_of_detached_contexts: number;
175 number_of_detached_contexts: buffer[kNumberOfDetachedContextsIndex],
/third_party/node/src/
H A Dnode_v8.cc63 V(10, number_of_detached_contexts, kNumberOfDetachedContextsIndex) \
H A Dnode_report.cc600 v8_heap_stats.number_of_detached_contexts()); in PrintGCStatistics()
H A Djs_native_api_v8.cc2007 result->numberOfDetachedContexts = stats.number_of_detached_contexts(); in OH_JSVM_GetHeapStatistics()

Completed in 12 milliseconds