Home | History | Annotate | Download | only in src

Lines Matching refs:Has

223  * IsDeadCheck checks that the vm is usable.  If, for instance, the vm has been
226 * which you sometimes can't avoid calling after the vm has crashed. Functions
228 * IsDeadCheck. ON_BAILOUT has the advantage over EnsureInitialized that you
230 * heap allocations are attempted on a dead VM. EnsureInitialized has the
231 * advantage over ON_BAILOUT that it actually initializes the VM if this has not
534 "Local scope has already been closed")) {
934 // Ensure that the object template has a constructor. If no
2150 bool v8::Object::Has(v8::Handle<String> key) {
2151 ON_BAILOUT("v8::Object::Has()", return false);
2168 bool v8::Object::Has(uint32_t index) {
2542 // How close to the new space top a fresh string has to be.
2875 // Make sure that the global_template has a constructor.