Home | History | Annotate | Download | only in src

Lines Matching defs:Has

209   // If the isolate has a function entry hook, it needs to re-build all its
437 // Android has higher physical memory requirements before raising the maximum
438 // heap size limits since it has no swap space.
1281 // Ensure that the object template has a constructor. If no
2591 "Isolate is not initialized or V8 has died");
3339 bool v8::Object::Has(v8::Handle<Value> key) {
3341 ON_BAILOUT(isolate, "v8::Object::Has()", return false);
3357 return Has(v8::Handle<Value>(reinterpret_cast<Value*>(*key)));
3378 bool v8::Object::Has(uint32_t index) {
4463 // Can't encode using last_character as gcc has array bounds issues.
5093 // Make sure that the global_template has a constructor.