Lines Matching defs:get
102 // scope. This is safe too since we don't create handles but just get
196 c_functions[i] = v8::ToCData<Address>(function_overloads.get(
209 c_signatures[i] = v8::ToCData<const CFunctionInfo*>(function_overloads.get(
334 constant = properties.get(array_index);
367 // Tries to get the property at {dict_index}. If we are within bounds of the
936 base::Optional<ObjectRef> ContextRef::get(int index) const {
940 return TryMakeRef(broker(), object()->get(index));
1309 "get char for kNeverSerialized unsupported string kind " << *this);
1342 value = broker()->CanonicalPersistentHandle(object()->get(i, kAcquireLoad));
1703 broker(), Map::cast(object()->get(index, kAcquireLoad)));
2027 // via DescriptorArray::Replace, we might get a value that we haven't seen