Lines Matching defs:object
321 void ImplementationUtilities::ZapHandleRange(i::Object** begin,
322 i::Object** end) {
454 i::Object** V8::GlobalizeReference(i::Object** obj) {
458 i::Handle<i::Object> result =
464 void V8::MakeWeak(i::Object** object, void* parameters,
468 isolate->global_handles()->MakeWeak(object, parameters,
473 void V8::ClearWeak(i::Object** obj) {
480 bool V8::IsGlobalNearDeath(i::Object** obj) {
488 bool V8::IsGlobalWeak(i::Object** obj) {
496 void V8::DisposeGlobal(i::Object** obj) {
551 i::Object** HandleScope::CreateHandle(i::Object* value) {
556 i::Object** HandleScope::CreateHandle(i::HeapObject* value) {
558 return reinterpret_cast<i::Object**>(
603 i::Handle<i::Object> raw_data = Utils::OpenHandle(*data);
619 i::Object* raw_result = NULL;
630 i::Handle<i::Object> result(raw_result);
635 i::Object** v8::HandleScope::RawClose(i::Object** value) {
644 i::Object* result = NULL;
656 i::Handle<i::Object> handle(result);
694 i::Object* NeanderArray::get(int offset) {
706 void NeanderArray::add(i::Handle<i::Object> value) {
720 void NeanderArray::set(int index, i::Object* value) {
740 i::Handle<i::Object> list(Utils::OpenHandle(this)->property_list());
766 i::Handle<i::Object> result(Utils::OpenHandle(this)->prototype_template());
859 i::Handle<i::Object> obj = Utils::OpenHandle(*value);
871 i::Handle<i::Object> proxy = FromCData(cdata); \
933 i::Handle<i::Object> list(Utils::OpenHandle(this)->property_accessors());
1090 // Ensure that the object template has a constructor. If no
1324 i::Handle<i::Object> name_obj;
1380 i::Handle<i::Object> obj = Utils::OpenHandle(*generic);
1404 i::Object* raw_result = NULL;
1407 i::Handle<i::Object> obj = Utils::OpenHandle(this);
1418 i::Handle<i::Object> receiver(
1420 i::Handle<i::Object> result =
1425 i::Handle<i::Object> result(raw_result, isolate);
1431 i::Handle<i::Object> obj = Utils::OpenHandle(script);
1448 i::Object* raw_id = NULL;
1453 i::Handle<i::Object> id(script->id());
1456 i::Handle<i::Object> id(raw_id);
1468 i::Handle<i::Object> raw_data = Utils::OpenHandle(*data);
1504 return !reinterpret_cast<i::Object*>(exception_)->IsTheHole();
1523 i::Object* exception = reinterpret_cast<i::Object*>(exception_);
1524 return v8::Utils::ToLocal(i::Handle<i::Object>(exception));
1533 i::Object* raw_obj = reinterpret_cast<i::Object*>(exception_);
1549 i::Object* message = reinterpret_cast<i::Object*>(message_);
1550 return v8::Utils::MessageToLocal(i::Handle<i::Object>(message));
1581 i::Handle<i::Object> obj = Utils::OpenHandle(this);
1599 i::Handle<i::JSValue>::cast(i::Handle<i::Object>(message->script()));
1600 i::Handle<i::Object> resource_name(i::Script::cast(script->value())->name());
1616 i::Handle<i::JSValue>::cast(i::Handle<i::Object>(message->script()));
1617 i::Handle<i::Object> data(i::Script::cast(script->value())->data());
1631 i::Handle<i::Object> stackFramesObj(message->stack_frames());
1639 static i::Handle<i::Object> CallV8HeapFunction(const char* name,
1640 i::Handle<i::Object> recv,
1642 i::Object** argv[],
1646 i::Object* object_fun =
1650 i::Handle<i::Object> value =
1656 static i::Handle<i::Object> CallV8HeapFunction(const char* name,
1657 i::Handle<i::Object> data,
1659 i::Object** argv[1] = { data.location() };
1675 i::Handle<i::Object> result = CallV8HeapFunction("GetLineNumber",
1714 i::Handle<i::Object> start_col_obj = CallV8HeapFunction(
1730 i::Handle<i::Object> start_col_obj = CallV8HeapFunction(
1749 i::Handle<i::Object> result = CallV8HeapFunction("GetSourceLine",
1779 i::Object* raw_object = self->GetElementNoExceptionThrown(index);
1824 i::Handle<i::Object> line = GetProperty(self, "lineNumber");
1840 i::Handle<i::Object> column = GetProperty(self, "column");
1856 i::Handle<i::Object> name = GetProperty(self, "scriptName");
1872 i::Handle<i::Object> name = GetProperty(self, "scriptNameOrSourceURL");
1888 i::Handle<i::Object> name = GetProperty(self, "functionName");
1902 i::Handle<i::Object
1913 i::Handle<i::Object> is_constructor = GetProperty(self, "isConstructor");
1998 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2010 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2023 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2030 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2036 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2037 i::Handle<i::Object> str;
2056 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2057 i::Handle<i::Object> str;
2075 Local<v8::Object> Value::ToObject() const {
2076 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2077 i::Handle<i::Object> val;
2083 return Local<v8::Object>();
2089 EXCEPTION_BAILOUT_CHECK(isolate, Local<v8::Object>());
2091 return Local<v8::Object>(ToApi<Object>(val));
2096 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2106 i::Handle<i::Object> val = i::Execution::ToBoolean(obj);
2113 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2114 i::Handle<i::Object> num;
2133 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2134 i::Handle<i::Object> num;
2152 i::Handle<i::Object> obj = Utils::OpenHandle(that);
2159 void v8::Object::CheckCast(Value* that) {
2160 if (IsDeadCheck(i::Isolate::Current(), "v8::Object::Cast()")) return;
2161 i::Handle<i::Object> obj = Utils::OpenHandle(that);
2163 "v8::Object::Cast()",
2164 "Could not convert to object");
2170 i::Handle<i::Object> obj = Utils::OpenHandle(that);
2179 i::Handle<i::Object> obj = Utils::OpenHandle(that);
2188 i::Handle<i::Object> obj = Utils::OpenHandle(that);
2197 i::Handle<i::Object> obj = Utils::OpenHandle(that);
2206 i::Handle<i::Object> obj = Utils::OpenHandle(that);
2216 i::Handle<i::Object> obj = Utils::OpenHandle(that);
2225 i::Handle<i::Object> obj = Utils::OpenHandle(that);
2233 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2241 i::Handle<i::Object> value = i::Execution::ToBoolean(obj);
2248 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2249 i::Handle<i::Object> num;
2268 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2269 i::Handle<i::Object> num;
2290 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2291 i::Handle<i::Object> num;
2308 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2309 i::Handle<i::Object> num;
2326 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2336 i::Handle<i::Object> string_obj =
2342 i::Handle<i::Object> value;
2344 value = i::Handle<i::Object>(i::Smi::FromInt(index));
2355 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2364 i::Handle<i::Object> num =
2385 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2386 i::Handle<i::Object> other = Utils::OpenHandle(*that);
2389 // would overwrite global object receiver with global proxy.
2393 i::Object** args[1] = { other.location() };
2395 i::Handle<i::Object> result =
2410 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2411 i::Handle<i::Object> other = Utils::OpenHandle(*that);
2435 i::Handle<i::Object> obj = Utils::OpenHandle(this);
2444 i::Handle<i::Object> num =
2456 bool v8::Object::Set(v8::Handle<Value> key, v8::Handle<Value> value,
2459 ON_BAILOUT(isolate, "v8::Object::Set()", return false);
2462 i::Handle<i::Object> self = Utils::OpenHandle(this);
2463 i::Handle<i::Object> key_obj = Utils::OpenHandle(*key);
2464 i::Handle<i::Object> value_obj = Utils::OpenHandle(*value);
2466 i::Handle<i::Object> obj = i::SetProperty(
2478 bool v8::Object::Set(uint32_t index, v8::Handle<Value> value) {
2480 ON_BAILOUT(isolate, "v8::Object::Set()", return false);
2484 i::Handle<i::Object> value_obj = Utils::OpenHandle(*value);
2486 i::Handle<i::Object> obj = i::SetElement(
2497 bool v8::Object::ForceSet(v8::Handle<Value> key,
2501 ON_BAILOUT(isolate, "v8::Object::ForceSet()", return false);
2505 i::Handle<i::Object> key_obj = Utils::OpenHandle(*key);
2506 i::Handle<i::Object> value_obj = Utils::OpenHandle(*value);
2508 i::Handle<i::Object> obj = i::ForceSetProperty(
2519 bool v8::Object::ForceDelete(v8::Handle<Value> key) {
2521 ON_BAILOUT(isolate, "v8::Object::ForceDelete()", return false);
2525 i::Handle<i::Object> key_obj = Utils::OpenHandle(*key);
2527 // When turning on access checks for a global object deoptimize all functions
2532 i::Handle<i::Object> obj = i::ForceDeleteProperty(self, key_obj);
2539 Local<Value> v8::Object::Get(v8::Handle<Value> key) {
2541 ON_BAILOUT(isolate, "v8::Object::Get()", return Local<v8::Value>());
2543 i::Handle<i::Object> self = Utils::OpenHandle(this);
2544 i::Handle<i::Object> key_obj = Utils::OpenHandle(*key);
2546 i::Handle<i::Object> result = i::GetProperty(self, key_obj);
2553 Local<Value> v8::Object::Get(uint32_t index) {
2555 ON_BAILOUT(isolate, "v8::Object::Get()", return Local<v8::Value>());
2559 i::Handle<i::Object> result = i::GetElement(self, index);
2566 Local<Value> v8::Object::GetPrototype() {
2568 ON_BAILOUT(isolate, "v8::Object::GetPrototype()",
2571 i::Handle<i::Object> self = Utils::OpenHandle(this);
2572 i::Handle<i::Object> result = i::GetPrototype(self);
2577 bool v8::Object::SetPrototype(Handle<Value> value) {
2579 ON_BAILOUT(isolate, "v8::Object::SetPrototype()", return false);
2582 i::Handle<i::Object> value_obj = Utils::OpenHandle(*value);
2587 i::Handle<i::Object> result = i::SetPrototype(self, value_obj);
2594 Local<Object> v8::Object::FindInstanceInPrototypeChain(
2598 "v8::Object::FindInstanceInPrototypeChain()",
2599 return Local<v8::Object>());
2601 i::JSObject* object = *Utils::OpenHandle(this);
2603 while (!object->IsInstanceOf(tmpl_info)) {
2604 i::Object* prototype = object->GetPrototype();
2605 if (!prototype->IsJSObject()) return Local<Object>();
2606 object = i::JSObject::cast(prototype);
2608 return Utils::ToLocal(i::Handle<i::JSObject>(object));
2612 Local<Array> v8::Object::GetPropertyNames() {
2614 ON_BAILOUT(isolate, "v8::Object::GetPropertyNames()",
2631 Local<String> v8::Object::ObjectProtoToString() {
2633 ON_BAILOUT(isolate, "v8::Object::ObjectProtoToString()",
2638 i::Handle<i::Object> name(self->class_name());
2640 // Native implementation of Object.prototype.toString (v8natives.js):
2642 // if (c === 'Arguments') c = 'Object';
2643 // return "[object " + c + "]";
2646 return v8::String::New("[object ]");
2651 return v8::String::New("[object Object]");
2654 const char* prefix = "[object ";
2685 Local<String> v8::Object::GetConstructorName() {
2687 ON_BAILOUT(isolate, "v8::Object::GetConstructorName()",
2696 bool v8::Object::Delete(v8::Handle<String> key) {
2698 ON_BAILOUT(isolate, "v8::Object::Delete()", return false);
2707 bool v8::Object::Has(v8::Handle<String> key) {
2709 ON_BAILOUT(isolate, "v8::Object::Has()", return false);
2717 bool v8::Object::Delete(uint32_t index) {
2719 ON_BAILOUT(isolate, "v8::Object::DeleteProperty()",
2728 bool v8::Object::Has(uint32_t index) {
2730 ON_BAILOUT(isolate, "v8::Object::HasProperty()", return false);
2736 bool Object::SetAccessor(Handle<String> name,
2743 ON_BAILOUT(isolate, "v8::Object::SetAccessor()", return false);
2749 i::Handle<i::Object> result = i::SetAccessor(Utils::OpenHandle(this), info);
2754 bool v8::Object::HasRealNamedProperty(Handle<String> key) {
2756 ON_BAILOUT(isolate, "v8::Object::HasRealNamedProperty()",
2763 bool v8::Object::HasRealIndexedProperty(uint32_t index) {
2765 "v8::Object::HasRealIndexedProperty()",
2771 bool v8::Object::HasRealNamedCallbackProperty(Handle<String> key) {
2774 "v8::Object::HasRealNamedCallbackProperty()",
2782 bool v8::Object::HasNamedLookupInterceptor() {
2784 ON_BAILOUT(isolate, "v8::Object::HasNamedLookupInterceptor()",
2790 bool v8::Object::HasIndexedLookupInterceptor() {
2792 ON_BAILOUT(isolate, "v8::Object::HasIndexedLookupInterceptor()",
2810 i::Handle<i::Object> result = i::GetProperty(receiver, name, lookup);
2818 Local<Value> v8::Object::GetRealNamedPropertyInPrototypeChain(
2822 "v8::Object::GetRealNamedPropertyInPrototypeChain()",
2833 Local<Value> v8::Object::GetRealNamedProperty(Handle<String> key) {
2835 ON_BAILOUT(isolate, "v8::Object::GetRealNamedProperty()",
2847 // Because the object gets a new map, existing inline cache caching
2848 // the old map of this object will fail.
2849 void v8::Object::TurnOnAccessCheck() {
2851 ON_BAILOUT(isolate, "v8::Object::TurnOnAccessCheck()", return);
2856 // When turning on access checks for a global object deoptimize all functions
2867 bool v8::Object::IsDirty() {
2872 Local<v8::Object> v8::Object::Clone() {
2874 ON_BAILOUT(isolate, "v8::Object::Clone()", return Local<Object>());
2880 EXCEPTION_BAILOUT_CHECK(isolate, Local<Object>());
2885 static i::Context* GetCreationContext(i::JSObject* object) {
2886 i::Object* constructor = object->map()->constructor();
2891 ASSERT(object->IsJSFunction() &&
2892 i::JSFunction::cast(object)->shared()->IsApiFunction());
2893 function = i::JSFunction::cast(object);
2901 Local<v8::Context> v8::Object::CreationContext() {
2904 Object::CreationContext()", return Local<v8::Context>());
2912 int v8::Object::GetIdentityHash() {
2914 ON_BAILOUT(isolate, "v8::Object::GetIdentityHash()", return 0);
2918 i::Handle<i::Object> hidden_props_obj(i::GetHiddenProperties(self, true));
2929 i::Handle<i::Object> hash = i::GetProperty(hidden_props, hash_symbol);
2947 i::Handle<i::Object>(i::Smi::FromInt(hash_value)),
2954 bool v8::Object::SetHiddenValue(v8::Handle<v8::String> key,
2957 ON_BAILOUT(isolate, "v8::Object::SetHiddenValue()", return false);
2961 i::Handle<i::Object> hidden_props(i::GetHiddenProperties(self, true));
2962 i::Handle<i::Object> key_obj = Utils::OpenHandle(*key);
2963 i::Handle<i::Object> value_obj = Utils::OpenHandle(*value);
2965 i::Handle<i::Object> obj = i::SetProperty(
2977 v8::Local<v8::Value> v8::Object::GetHiddenValue(v8::Handle<v8::String> key) {
2979 ON_BAILOUT(isolate, "v8::Object::GetHiddenValue()",
2983 i::Handle<i::Object> hidden_props(i::GetHiddenProperties(self, false));
2989 i::Handle<i::Object> result = i::GetProperty(hidden_props, key_obj);
2999 bool v8::Object::DeleteHiddenValue(v8::Handle<v8::String> key) {
3005 i::Handle<i::Object> hidden_props(i::GetHiddenProperties(self, false));
3017 void PrepareExternalArrayElements(i::Handle<i::JSObject> object,
3021 i::Isolate* isolate = object->GetIsolate();
3025 // If the object already has external elements, create a new, unique
3028 i::Handle<i::HeapObject> elements(object->elements());
3036 i::Handle<i::Map>(object->map()),
3038 object->HasFastProperties());
3039 object->set_map(*external_array_map);
3041 object->set_elements(*array);
3047 void v8::Object::SetIndexedPropertiesToPixelData(uint8_t* data, int length) {
3053 "v8::Object::SetIndexedPropertiesToPixelData()",
3059 "v8::Object::SetIndexedPropertiesToPixelData()",
3067 bool v8::Object::HasIndexedPropertiesInPixelData() {
3075 uint8_t* v8::Object::GetIndexedPropertiesPixelData() {
3088 int v8::Object::GetIndexedPropertiesPixelDataLength() {
3099 void v8::Object::SetIndexedPropertiesToExternalArrayData(
3108 "v8::Object::SetIndexedPropertiesToExternalArrayData()",
3114 "v8::Object::SetIndexedPropertiesToExternalArrayData()",
3122 bool v8::Object::HasIndexedPropertiesInExternalArrayData() {
3131 void* v8::Object::GetIndexedPropertiesExternalArrayData() {
3144 ExternalArrayType v8::Object::GetIndexedPropertiesExternalArrayDataType() {
3172 int v8::Object::GetIndexedPropertiesExternalArrayDataLength() {
3185 Local<v8::Object> Function::NewInstance() const {
3190 Local<v8::Object> Function::NewInstance(int argc,
3194 return Local<v8::Object>());
3199 STATIC_ASSERT(sizeof(v8::Handle<v8::Value>) == sizeof(i::Object**));
3200 i::Object*** args = reinterpret_cast<i::Object***>(argv);
3202 i::Handle<i::Object> returned =
3204 EXCEPTION_BAILOUT_CHECK(isolate, Local<v8::Object>());
3209 Local<v8::Value> Function::Call(v8::Handle<v8::Object> recv, int argc,
3215 i::Object* raw_result = NULL;
3219 i::Handle<i::Object> recv_obj = Utils::OpenHandle(*recv);
3220 STATIC_ASSERT(sizeof(v8::Handle<v8::Value>) == sizeof(i::Object**));
3221 i::Object*** args = reinterpret_cast<i::Object***>(argv);
3223 i::Handle<i::Object> returned =
3225 EXCEPTION_BAILOUT_CHECK(isolate, Local<Object>());
3228 i::Handle<i::Object> result(raw_result);
3243 return Utils::ToLocal(i::Handle<i::Object>(func->shared()->name()));
3252 Utils::ToLocal(i::Handle<i::Object>(script->name())),
3458 i::Handle<i::Object> obj = Utils::OpenHandle(this);
3465 i::Handle<i::Object> obj = Utils::OpenHandle(this);
3472 i::Handle<i::Object> obj = Utils::OpenHandle(this);
3483 i::Handle<i::Object> obj = Utils::OpenHandle(this);
3494 i::Handle<i::Object> obj = Utils::OpenHandle(this);
3503 int v8::Object::InternalFieldCount() {
3505 if (IsDeadCheck(obj->GetIsolate(), "v8::Object::InternalFieldCount()")) {
3512 Local<Value> v8::Object::CheckedGetInternalField(int index) {
3514 if (IsDeadCheck(obj->GetIsolate(), "v8::Object::GetInternalField()")) {
3518 "v8::Object::GetInternalField()",
3522 i::Handle<i::Object> value(obj->GetInternalField(index));
3532 void v8::Object::SetInternalField(int index, v8::Handle<Value> value) {
3535 if (IsDeadCheck(isolate, "v8::Object::SetInternalField()")) {
3539 "v8::Object::SetInternalField()",
3544 i::Handle<i::Object> val = Utils::OpenHandle(*value);
3566 void v8::Object::SetPointerInInternalField(int index, void* value) {
3684 // Create a fresh template for the global proxy object.
3740 i::Handle<i::Object> token_handle = Utils::OpenHandle(*token);
3763 i::Object* security_token = env->security_token();
3764 i::Handle<i::Object> token_handle(security_token);
3785 i::Handle<i::Object> last =
3798 i::Handle<i::Object> current = isolate->global_context();
3810 i::Handle<i::Object> calling =
3818 v8::Local<v8::Object> Context::Global() {
3820 return Local<v8::Object>();
3822 i::Object** ctx = reinterpret_cast<i::Object**>(this);
3824 i::Handle<i::Context>::cast(i::Handle<i::Object>(ctx));
3825 i::Handle<i::Object> global(context->global_proxy());
3834 i::Object** ctx = reinterpret_cast<i::Object**>(this);
3836 i::Handle<i::Context>::cast(i::Handle<i::Object>(ctx));
3841 void Context::ReattachGlobal(Handle<Object> global_object) {
3845 i::Object** ctx = reinterpret_cast<i::Object**>(this);
3847 i::Handle<i::Context>::cast(i::Handle<i::Object>(ctx));
3854 void V8::SetWrapperClassId(i::Object** global_handle, uint16_t class_id) {
3859 Local<v8::Object> ObjectTemplate::NewInstance() {
3862 return Local<v8::Object>());
3866 i::Handle<i::Object> obj =
3869 EXCEPTION_BAILOUT_CHECK(isolate, Local<v8::Object>());
3881 i::Handle<i::Object> obj =
3892 i::Object* obj = *Utils::OpenHandle(*value);
3901 static void* ExternalValueImpl(i::Handle<i::Object> obj) {
3914 ? Utils::ToLocal(i::Handle<i::Object>(EncodeAsSmi(data)))
3922 void* v8::Object::SlowGetPointerFromInternalField(int index) {
3924 i::Object* value = obj->GetInternalField(index);
3937 i::Handle<i::Object> obj = Utils::OpenHandle(*wrapper);
3963 i::Handle<i::Object> obj = Utils::OpenHandle(this);
4146 Local<v8::Object> v8::Object::New() {
4148 EnsureInitializedForIsolate(isolate, "v8::Object::New()");
4149 LOG_API(isolate, "Object::New");
4167 i::Handle<i::Object> obj =
4178 i::Handle<i::Object> obj = Utils::OpenHandle(this);
4197 i::Object* object_func;
4281 i::Handle<i::Object> length_obj =
4292 i::Object* length = obj->length();
4301 Local<Object> Array::CloneElementAt(uint32_t index) {
4303 ON_BAILOUT(isolate, "v8::Array::CloneElementAt()", return Local<Object>());
4306 return Local<Object>();
4309 i::Object* paragon = elms->get(index);
4311 return Local<Object>();
4318 EXCEPTION_BAILOUT_CHECK(isolate, Local<Object>());
4343 i::Handle<i::Object> result = isolate->factory()->NewNumber(value);
4352 return Utils::IntegerToLocal(i::Handle<i::Object>(i::Smi::FromInt(value),
4356 Object> result = isolate->factory()->NewNumber(value);
4368 i::Handle<i::Object> result = isolate->factory()->NewNumber(value);
4465 STATIC_ASSERT(sizeof(Persistent<Value>) == sizeof(i::Object**));
4467 reinterpret_cast<i::Object***>(objects), length, info);
4471 void V8::AddImplicitReferences(Persistent<Object> parent,
4476 STATIC_ASSERT(sizeof(Persistent<Value>) == sizeof(i::Object**));
4479 reinterpret_cast<i::Object***>(children), length);
4786 i::Object* error;
4790 i::Handle<i::Object> result = isolate->factory()->NewRangeError(message);
4793 i::Handle<i::Object> result(error);
4802 i::Object* error;
4806 i::Handle<i::Object> result =
4810 i::Handle<i::Object> result(error);
4819 i::Object* error;
4823 i::Handle<i::Object> result = isolate->factory()->NewSyntaxError(message);
4826 i::Handle<i::Object> result(error);
4835 i::Object* error;
4839 i::Handle<i::Object> result = isolate->factory()->NewTypeError(message);
4842 i::Handle<i::Object> result(error);
4851 i::Object* error;
4855 i::Handle<i::Object> result = isolate->factory()->NewError(message);
4858 i::Handle<i::Object> result(error);
4887 i::Handle<i::Object> proxy = isolate->factory()->undefined_value();
4902 i::Handle<i::Object> proxy = isolate->factory()->undefined_value();
4912 bool Debug::SetDebugEventListener(v8::Handle<v8::Object> that,
5033 i::Handle<i::Object> result;
5060 i::Handle<i::Object> fun_obj = i::GetProperty(debug, name);
5650 Object** block = blocks()->at(i);
5660 Object** start = reinterpret_cast<Object**>(&saved_contexts_.first());