Lines Matching defs:values
224 // memory information from the Isolate. Write easy-to-recognize values on
667 // Check that values referenced by global/eternal handles are accounted for.
3005 "PrimitiveArray can only contain primtive values");
6013 void* values[]) {
6031 void* value = values[i];
7067 Local<Name>* names, Local<Value>* values,
7071 i::Handle<i::Object> value = Utils::OpenHandle(*values[i]);
7107 Local<Name>* names, Local<Value>* values,
7129 values, length);
7138 values, length);
8911 // now we just add the values, thereby over-approximating the peak slightly.
9068 // Try to check for unreasonably large or small values from the embedder.