HomeSort by relevance Sort by last modified time
    Searched refs:property_encoding_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
lookup.cc 88 property_encoding_ = DICTIONARY;
93 property_encoding_ = DESCRIPTOR;
122 if (property_encoding_ == DICTIONARY) {
161 switch (property_encoding_) {
lookup.h 53 property_encoding_(DESCRIPTOR),
72 property_encoding_(DESCRIPTOR),
169 PropertyEncoding property_encoding_; member in class:v8::internal::BASE_EMBEDDED

Completed in 38 milliseconds