Home
last modified time | relevance | path

Searched refs:current_pair (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dliteral-objects.cc211 AccessorPair current_pair = AccessorPair::cast(existing_value); in AddToDictionaryTemplate() local
214 GetExistingValueIndex(current_pair.getter()); in AddToDictionaryTemplate()
216 GetExistingValueIndex(current_pair.setter()); in AddToDictionaryTemplate()
239 current_pair.set_getter(*isolate->factory()->null_value()); in AddToDictionaryTemplate()
248 current_pair.set_setter(*isolate->factory()->null_value()); in AddToDictionaryTemplate()
313 AccessorPair current_pair = AccessorPair::cast(existing_value); in AddToDictionaryTemplate() local
316 GetExistingValueIndex(current_pair.get(component)); in AddToDictionaryTemplate()
318 current_pair.set(component, value, kReleaseStore); in AddToDictionaryTemplate()
H A Dmap.cc1980 Handle<AccessorPair> current_pair = Handle<AccessorPair>::cast(maybe_pair); in TransitionToAccessorProperty() local
1981 if (current_pair->Equals(*getter, *setter)) return map; in TransitionToAccessorProperty()
1985 !current_pair->get(ACCESSOR_GETTER).IsNull(isolate) && in TransitionToAccessorProperty()
1986 current_pair->get(ACCESSOR_GETTER) != *getter) { in TransitionToAccessorProperty()
1990 !current_pair->get(ACCESSOR_SETTER).IsNull(isolate) && in TransitionToAccessorProperty()
1991 current_pair->get(ACCESSOR_SETTER) != *setter) { in TransitionToAccessorProperty()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cCullDistanceTests.cpp899 const _token_value_pair& current_pair = token_value_pairs[n_pair]; in iterate() local
901 if (current_pair.token == NULL || current_pair.value == NULL) in iterate()
906 while ((token_position = current_body.body_ptr->find(current_pair.token)) != std::string::npos) in iterate()
908 current_body.body_ptr->replace(token_position, strlen(current_pair.token), current_pair.value); in iterate()

Completed in 9 milliseconds