HomeSort by relevance Sort by last modified time
    Searched full:has_wrapper_class_id (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
global-handles.cc 135 bool has_wrapper_class_id() const { function in class:v8::internal::GlobalHandles::Node
1032 if (it.node()->IsRetainer() && it.node()->has_wrapper_class_id()) {
1043 if (node->IsRetainer() && node->has_wrapper_class_id()) {
1054 if (node->has_wrapper_class_id() && node->IsWeak()) {
    [all...]

Completed in 110 milliseconds