Home
last modified time | relevance | path

Searched refs:number_of_native_contexts (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-statistics.h133 size_t number_of_native_contexts() { return number_of_native_contexts_; } in number_of_native_contexts() function
/third_party/node/lib/
Dv8.js174 number_of_native_contexts: buffer[kNumberOfNativeContextsIndex],
/third_party/node/src/
Dnode_v8.cc62 V(9, number_of_native_contexts, kNumberOfNativeContextsIndex) \
Dnode_report.cc598 v8_heap_stats.number_of_native_contexts()); in PrintGCStatistics()
Djs_native_api_v8.cc1758 result->numberOfNativeContexts = stats.number_of_native_contexts(); in OH_JSVM_GetHeapStatistics()
/third_party/node/doc/api/
Dv8.md185 * `number_of_native_contexts` {number}
197 `number_of_native_contexts` The value of native\_context is the number of the
227 number_of_native_contexts: 1,
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md5417 …`number_of_native_contexts` and `number_of_detached_contexts` (Yuriy Vasiyarov) [#27933](https://g…