Searched refs:isolate (Results 76 - 100 of 1020) sorted by relevance

1234567891011>>

/external/chromium_org/gin/
H A Dconverter.h22 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
24 static bool FromV8(v8::Isolate* isolate,
31 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
33 static bool FromV8(v8::Isolate* isolate,
40 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
42 static bool FromV8(v8::Isolate* isolate,
50 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
52 static bool FromV8(v8::Isolate* isolate,
60 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
62 static bool FromV8(v8::Isolate* isolate,
146 ToV8(v8::Isolate* isolate, const std::vector<T>& val) argument
156 FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val, std::vector<T>* out) argument
179 ConvertToV8(v8::Isolate* isolate, T input) argument
183 StringToV8( v8::Isolate* isolate, const base::StringPiece& input) argument
193 ConvertFromV8(v8::Isolate* isolate, v8::Handle<v8::Value> input, T* result) argument
[all...]
H A Dwrappable.h17 GIN_EXPORT void* FromV8Impl(v8::Isolate* isolate,
35 // v8::Isolate* isolate);
43 // v8::Isolate* isolate) {
44 // return Wrappable<MyClass>::GetObjectTemplateBuilder(isolate)
65 virtual ObjectTemplateBuilder GetObjectTemplateBuilder(v8::Isolate* isolate);
67 v8::Handle<v8::Object> GetWrapperImpl(v8::Isolate* isolate,
86 v8::Handle<v8::Object> GetWrapper(v8::Isolate* isolate) { argument
87 return GetWrapperImpl(isolate, &T::kWrapperInfo);
103 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate, T* val) { argument
104 return val->GetWrapper(isolate);
107 FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val, T** out) argument
[all...]
/external/chromium_org/gin/modules/
H A Dmodule_registry.cc79 pending->factory.Reset(args.isolate(), factory);
82 ModuleRegistry::From(args.isolate()->GetCurrentContext());
83 registry->AddPendingModule(args.isolate(), pending.Pass());
88 Local<FunctionTemplate> GetDefineTemplate(Isolate* isolate) { argument
89 PerIsolateData* data = PerIsolateData::From(isolate);
93 templ = FunctionTemplate::New(isolate, Define);
101 ModuleRegistry::ModuleRegistry(Isolate* isolate) argument
102 : modules_(isolate, Object::New(isolate)) {
110 void ModuleRegistry::RegisterGlobals(Isolate* isolate, argument
116 InstallGlobals(v8::Isolate* isolate, v8::Handle<v8::Object> obj) argument
147 AddBuiltinModule(Isolate* isolate, const std::string& id, v8::Handle<Value> module) argument
153 AddPendingModule(Isolate* isolate, scoped_ptr<PendingModule> pending) argument
162 LoadModule(Isolate* isolate, const std::string& id, LoadModuleCallback callback) argument
174 RegisterModule(Isolate* isolate, const std::string& id, v8::Handle<Value> module) argument
215 Load(Isolate* isolate, scoped_ptr<PendingModule> pending) argument
240 AttemptToLoad(Isolate* isolate, scoped_ptr<PendingModule> pending) argument
250 GetModule(v8::Isolate* isolate, const std::string& id) argument
258 AttemptToLoadMoreModules(Isolate* isolate) argument
[all...]
H A Dconsole.h18 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
/external/chromium_org/v8/test/cctest/
H A Dtest-weakmaps.cc44 static Handle<JSWeakMap> AllocateJSWeakMap(Isolate* isolate) { argument
45 Factory* factory = isolate->factory();
51 HandleScope scope(isolate);
52 Handle<ObjectHashTable> table = ObjectHashTable::New(isolate, 1);
83 Isolate* isolate = GetIsolateFrom(&context); local
84 Factory* factory = isolate->factory();
85 Heap* heap = isolate->heap();
86 HandleScope scope(isolate);
87 Handle<JSWeakMap> weakmap = AllocateJSWeakMap(isolate);
88 GlobalHandles* global_handles = isolate
144 Isolate* isolate = GetIsolateFrom(&context); local
186 Isolate* isolate = GetIsolateFrom(&context); local
226 Isolate* isolate = GetIsolateFrom(&context); local
263 Isolate* isolate = CcTest::i_isolate(); local
[all...]
H A Dtest-serialize.cc67 Isolate* isolate = CcTest::i_isolate(); local
70 ExternalReferenceEncoder encoder(isolate);
76 ExternalReference::address_of_stack_limit(isolate);
80 ExternalReference::address_of_real_stack_limit(isolate);
84 encoder.Encode(ExternalReference::debug_break(isolate).address()));
87 encoder.Encode(ExternalReference::new_space_start(isolate).address()));
90 encoder.Encode(ExternalReference::roots_array_start(isolate).address()));
97 Isolate* isolate = CcTest::i_isolate(); local
100 ExternalReferenceDecoder decoder(isolate);
106 CHECK_EQ(ExternalReference::address_of_stack_limit(isolate)
179 WriteToFile(Isolate* isolate, const char* snapshot_file) argument
197 Serialize(v8::Isolate* isolate) argument
219 v8::Isolate* isolate = v8::Isolate::New(params); local
230 v8::Isolate* isolate = v8::Isolate::New(params); local
285 Isolate* isolate = Isolate::NewForTesting(); local
296 v8::Isolate* isolate = InitializeFromFile(FLAG_testing_serialization_file); local
303 Isolate* isolate = reinterpret_cast<Isolate*>(v8_isolate); local
320 v8::Isolate* isolate = Deserialize(); local
338 v8::Isolate* isolate = Deserialize(); local
355 v8::Isolate* isolate = Deserialize(); local
377 v8::Isolate* isolate = Deserialize(); local
400 Isolate* isolate = reinterpret_cast<Isolate*>(v8_isolate); local
494 Isolate* isolate = reinterpret_cast<Isolate*>(v8_isolate); local
527 Isolate* isolate = reinterpret_cast<Isolate*>(v8_isolate); local
616 Isolate* isolate = reinterpret_cast<Isolate*>(v8_isolate); local
675 Isolate* isolate = CcTest::i_isolate(); local
729 Isolate* isolate = CcTest::i_isolate(); local
[all...]
H A Dtest-weaksets.cc44 static Handle<JSWeakSet> AllocateJSWeakSet(Isolate* isolate) { argument
45 Factory* factory = isolate->factory();
51 HandleScope scope(isolate);
52 Handle<ObjectHashTable> table = ObjectHashTable::New(isolate, 1);
83 Isolate* isolate = GetIsolateFrom(&context); local
84 Factory* factory = isolate->factory();
85 Heap* heap = isolate->heap();
86 HandleScope scope(isolate);
87 Handle<JSWeakSet> weakset = AllocateJSWeakSet(isolate);
88 GlobalHandles* global_handles = isolate
144 Isolate* isolate = GetIsolateFrom(&context); local
186 Isolate* isolate = GetIsolateFrom(&context); local
226 Isolate* isolate = GetIsolateFrom(&context); local
[all...]
/external/chromium_org/v8/src/
H A Dapi.cc52 #define LOG_API(isolate, expr) LOG(isolate, ApiEntryCall(expr))
54 #define ENTER_V8(isolate) \
55 DCHECK((isolate)->IsInitialized()); \
56 i::VMState<i::OTHER> __state__((isolate))
60 #define ON_BAILOUT(isolate, location, code) \
61 if (IsExecutionTerminatingCheck(isolate)) { \
67 #define EXCEPTION_PREAMBLE(isolate) \
68 (isolate)->handle_scope_implementer()->IncrementCallDepth(); \
69 DCHECK(!(isolate)
163 i::Isolate* isolate = i::Isolate::Current(); local
176 i::Isolate* isolate = i::Isolate::Current(); local
190 i::Isolate* isolate = i::Isolate::Current(); local
195 IsExecutionTerminatingCheck(i::Isolate* isolate) argument
352 i::Isolate* isolate = i::Isolate::Current(); local
359 i::Isolate* isolate = i::Isolate::Current(); local
474 SetResourceConstraints(i::Isolate* isolate, const ResourceConstraints& constraints) argument
494 GlobalizeReference(i::Isolate* isolate, i::Object** obj) argument
531 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate); local
538 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate); local
546 HandleScope(Isolate* isolate) argument
551 Initialize(Isolate* isolate) argument
573 NumberOfHandles(Isolate* isolate) argument
579 CreateHandle(i::Isolate* isolate, i::Object* value) argument
592 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate); local
614 i::Isolate* isolate = env->GetIsolate(); local
625 i::Isolate* isolate = env->GetIsolate(); local
718 NeanderObject(v8::internal::Isolate* isolate, int size) argument
731 NeanderArray(v8::internal::Isolate* isolate) argument
782 TemplateSet(i::Isolate* isolate, v8::Template* templ, int length, v8::Handle<v8::Data>* data) argument
805 i::Isolate* isolate = i::Isolate::Current(); local
826 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
856 v8::Isolate* isolate = reinterpret_cast<v8::Isolate*>(i_isolate); local
865 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
871 FunctionTemplateNew( i::Isolate* isolate, FunctionCallback callback, v8::Handle<Value> data, v8::Handle<Signature> signature, int length, bool do_not_cache) argument
904 New( Isolate* isolate, FunctionCallback callback, v8::Handle<Value> data, v8::Handle<Signature> signature, int length) argument
918 New(Isolate* isolate, Handle<FunctionTemplate> receiver, int argc, Handle<FunctionTemplate> argv[]) argument
941 New( Isolate* isolate, Handle<FunctionTemplate> receiver) argument
949 NewDescriptor( Isolate* isolate, const i::DeclaredAccessorDescriptorData& data, Data* previous_descriptor) argument
967 NewInternalFieldDereference( Isolate* isolate, int internal_field) argument
977 NewRawShift( Isolate* isolate, int16_t byte_offset) argument
987 NewHandleDereference( Isolate* isolate) argument
995 NewRawDereference( Isolate* isolate) argument
1003 NewPointerCompare( Isolate* isolate, void* compare_value) argument
1013 NewPrimitiveValue( Isolate* isolate, DeclaredAccessorDescriptorDataType data_type, uint8_t bool_offset) argument
1026 NewBitmaskCompare( Isolate* isolate, T bitmask, T compare_value, RawOperationDescriptor* operation) argument
1040 NewBitmaskCompare8( Isolate* isolate, uint8_t bitmask, uint8_t compare_value) argument
1048 NewBitmaskCompare16( Isolate* isolate, uint16_t bitmask, uint16_t compare_value) argument
1056 NewBitmaskCompare32( Isolate* isolate, uint32_t bitmask, uint32_t compare_value) argument
1071 i::Isolate* isolate = i::Isolate::Current(); local
1087 i::Isolate* isolate = i::Isolate::Current(); local
1109 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
1151 i::Isolate* isolate = Utils::OpenHandle(*name)->GetIsolate(); local
1172 i::Isolate* isolate = Utils::OpenHandle(*name)->GetIsolate(); local
1188 i::Isolate* isolate = handle->GetIsolate(); local
1202 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
1209 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
1216 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
1223 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
1230 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
1239 New(Isolate* isolate) argument
1249 New( i::Isolate* isolate, v8::Handle<FunctionTemplate> constructor) argument
1268 EnsureConstructor( i::Isolate* isolate, ObjectTemplate* object_template) argument
1288 i::Isolate* isolate = info->GetIsolate(); local
1299 GetTemplateInfo( i::Isolate* isolate, Template* template_obj) argument
1307 GetTemplateInfo( i::Isolate* isolate, ObjectTemplate* object_template) argument
1325 i::Isolate* isolate = Utils::OpenHandle(template_obj)->GetIsolate(); local
1404 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
1431 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
1447 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
1480 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
1508 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
1534 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
1598 i::Isolate* isolate = obj->GetIsolate(); local
1614 i::Isolate* isolate = obj->GetIsolate(); local
1629 i::Isolate* isolate = obj->GetIsolate(); local
1645 i::Isolate* isolate = obj->GetIsolate(); local
1661 i::Isolate* isolate = obj->GetIsolate(); local
1707 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate); local
1787 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate); local
1799 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate); local
1820 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate); local
1926 v8::Isolate* isolate = reinterpret_cast<Isolate*>(isolate_); local
2060 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
2072 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
2099 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
2117 i::Isolate* isolate = i::Isolate::Current(); local
2138 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
2153 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
2163 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
2173 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
2188 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
2207 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
2220 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
2237 PrintCurrentStackTrace(Isolate* isolate, FILE* out) argument
2247 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
2259 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
2266 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
2272 CurrentStackTrace( Isolate* isolate, int frame_limit, StackTraceOptions options) argument
2291 i::Isolate* isolate = Utils::OpenHandle(f)->GetIsolate(); local
2318 i::Isolate* isolate = Utils::OpenHandle(f)->GetIsolate(); local
2346 i::Isolate* isolate = Utils::OpenHandle(f)->GetIsolate(); local
2367 i::Isolate* isolate = string->GetIsolate(); local
2534 CheckConstructor(i::Isolate* isolate, i::Handle<i::JSObject> obj, const char* class_name) argument
2551 i::Isolate* isolate = js_obj->GetIsolate(); local
2577 i::Isolate* isolate = i::Isolate::Current(); local
2595 i::Isolate* isolate = i::Isolate::Current(); local
2613 i::Isolate* isolate = i::Isolate::Current(); local
2630 i::Isolate* isolate = i::Isolate::Current(); local
2646 i::Isolate* isolate = i::HeapObject::cast(*obj)->GetIsolate(); local
2664 i::Isolate* isolate = i::HeapObject::cast(*obj)->GetIsolate(); local
2677 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate); local
2821 i::Isolate* isolate = NULL; local
2832 i::Isolate* isolate = NULL; local
2843 i::Isolate* isolate = NULL; local
2854 i::Isolate* isolate = NULL; local
2865 i::Isolate* isolate = NULL; local
2893 i::Isolate* isolate = i::HeapObject::cast(*obj)->GetIsolate(); local
2911 i::Isolate* isolate = i::HeapObject::cast(*obj)->GetIsolate(); local
2933 i::Isolate* isolate = i::HeapObject::cast(*obj)->GetIsolate(); local
2950 i::Isolate* isolate = i::HeapObject::cast(*obj)->GetIsolate(); local
2968 i::Isolate* isolate = i::HeapObject::cast(*obj)->GetIsolate(); local
2996 i::Isolate* isolate = i::HeapObject::cast(*obj)->GetIsolate(); local
3013 i::Isolate* isolate = i::Isolate::Current(); local
3040 i::Isolate* isolate = i::Isolate::Current(); local
3089 i::Isolate* isolate = i::HeapObject::cast(*obj)->GetIsolate(); local
3107 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3124 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3141 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3166 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3191 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3206 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3225 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3250 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3270 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3280 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3299 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3319 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3341 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3364 Isolate* isolate = reinterpret_cast<Isolate*>(i_isolate); local
3418 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3429 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3450 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3472 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3489 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3508 i::Isolate* isolate = Utils::OpenHandle(obj)->GetIsolate(); local
3567 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3583 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3596 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3609 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3622 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3637 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3645 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3666 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3683 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3699 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3721 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3734 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3745 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3756 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3773 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3788 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3822 i::Isolate* isolate = object->GetIsolate(); local
3838 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3895 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3967 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
3979 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
4013 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
4056 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate); local
4072 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
4093 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
4113 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
4136 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
4162 v8::Isolate* isolate = reinterpret_cast<v8::Isolate*>(func->GetIsolate()); local
4536 Utf8Length(i::String* str, i::Isolate* isolate) argument
4549 i::Isolate* isolate = str->GetIsolate(); local
4763 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
4816 i::Isolate* isolate = Utils::OpenHandle(string)->GetIsolate(); local
5085 i::Isolate* isolate = i::Isolate::Current(); local
5108 i::Isolate* isolate = i::Isolate::Current(); local
5118 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(exported_isolate); local
5138 CreateEnvironment( i::Isolate* isolate, v8::ExtensionConfiguration* extensions, v8::Handle<ObjectTemplate> global_template, v8::Handle<Value> maybe_global_proxy) argument
5209 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate); local
5223 i::Isolate* isolate = i::Isolate::Current(); local
5232 i::Isolate* isolate = i::Isolate::Current(); local
5240 i::Isolate* isolate = i::Isolate::Current(); local
5256 i::Isolate* isolate = context->GetIsolate(); local
5270 i::Isolate* isolate = context->GetIsolate(); local
5278 i::Isolate* isolate = context->GetIsolate(); local
5300 i::Isolate* isolate = i::Isolate::Current(); local
5315 i::Isolate* isolate = i::Isolate::Current(); local
5337 New(Isolate* isolate, void* value) argument
5413 i::Isolate* isolate = reinterpret_cast<internal::Isolate*>(v8_isolate); local
5434 NewFromUtf8(Isolate* isolate, const char* data, NewStringType type, int length) argument
5447 NewFromOneByte(Isolate* isolate, const uint8_t* data, NewStringType type, int length) argument
5460 NewFromTwoByte(Isolate* isolate, const uint16_t* data, NewStringType type, int length) argument
5475 i::Isolate* isolate = left_string->GetIsolate(); local
5486 NewExternalStringHandle( i::Isolate* isolate, v8::String::ExternalStringResource* resource) argument
5495 NewExternalOneByteStringHandle( i::Isolate* isolate, v8::String::ExternalOneByteStringResource* resource) argument
5504 NewExternal( Isolate* isolate, v8::String::ExternalStringResource* resource) argument
5519 i::Isolate* isolate = obj->GetIsolate(); local
5543 NewExternal( Isolate* isolate, v8::String::ExternalOneByteStringResource* resource) argument
5559 i::Isolate* isolate = obj->GetIsolate(); local
5586 i::Isolate* isolate = obj->GetIsolate(); local
5596 New(Isolate* isolate) argument
5606 New(Isolate* isolate, double value) argument
5620 i::Isolate* isolate = jsvalue->GetIsolate(); local
5627 i::Isolate* isolate = i::Isolate::Current(); local
5643 i::Isolate* isolate = jsvalue->GetIsolate(); local
5651 i::Isolate* isolate = string->GetIsolate(); local
5663 i::Isolate* isolate = jsvalue->GetIsolate(); local
5670 New(Isolate* isolate, Handle<Symbol> value) argument
5683 i::Isolate* isolate = jsvalue->GetIsolate(); local
5690 New(Isolate* isolate, double time) argument
5710 i::Isolate* isolate = jsdate->GetIsolate(); local
5716 DateTimeConfigurationChangeNotification(Isolate* isolate) argument
5742 i::Isolate* isolate = i::Isolate::Current(); local
5756 i::Isolate* isolate = Utils::OpenHandle(*pattern)->GetIsolate(); local
5791 New(Isolate* isolate, int length) argument
5816 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate(); local
5842 i::Isolate* isolate = obj->GetIsolate(); local
5860 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate); local
5884 i::Isolate* isolate = promise->GetIsolate(); local
5901 i::Isolate* isolate = promise->GetIsolate(); local
5918 i::Isolate* isolate = promise->GetIsolate(); local
5937 i::Isolate* isolate = promise->GetIsolate(); local
5956 i::Isolate* isolate = promise->GetIsolate(); local
5994 i::Isolate* isolate = obj->GetIsolate(); local
6010 New(Isolate* isolate, size_t byte_length) argument
6021 New(Isolate* isolate, void* data, size_t byte_length) argument
6066 SetupArrayBufferView( i::Isolate* isolate, i::Handle<i::JSArrayBufferView> obj, i::Handle<i::JSArrayBuffer> buffer, size_t byte_offset, size_t byte_length) argument
6092 NewTypedArray( i::Isolate* isolate, Handle<ArrayBuffer> array_buffer, size_t byte_offset, size_t length) argument
6148 i::Isolate* isolate = buffer->GetIsolate(); local
6158 New(Isolate* isolate, Local<String> name) argument
6168 SymbolFor(i::Isolate* isolate, i::Handle<i::String> name, i::Handle<i::String> part) argument
6187 For(Isolate* isolate, Local<String> name) argument
6195 ForApi(Isolate* isolate, Local<String> name) argument
6203 GetWellKnownSymbol(Isolate* isolate, const char* name) argument
6212 GetIterator(Isolate* isolate) argument
6217 GetUnscopables(Isolate* isolate) argument
6222 New(Isolate* isolate, Local<String> name) argument
6233 ForApi(Isolate* isolate, Local<String> name) argument
6254 New(Isolate* isolate, double value) argument
6267 New(Isolate* isolate, int32_t value) argument
6280 NewFromUnsigned(Isolate* isolate, uint32_t value) argument
6294 i::Isolate* isolate = i::Isolate::Current(); local
6309 i::Isolate* isolate = i::Isolate::Current(); local
6339 i::Isolate* isolate = i::Isolate::Current(); local
6365 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6371 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6381 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6389 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6398 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6440 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6446 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6453 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6459 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6465 i::Isolate* isolate = i::Isolate::Current(); local
6474 i::Isolate* isolate = i::Isolate::Current(); local
6481 i::Isolate* isolate = i::Isolate::Current(); local
6490 i::Isolate* isolate = i::Isolate::Current(); local
6499 i::Isolate* isolate = i::Isolate::Current(); local
6506 i::Isolate* isolate = i::Isolate::Current(); local
6512 TerminateExecution(Isolate* isolate) argument
6518 IsExecutionTerminating(Isolate* isolate) argument
6525 CancelTerminateExecution(Isolate* isolate) argument
6564 i::Isolate* isolate = i::Isolate::Current(); local
6570 i::Isolate* isolate = new i::Isolate(); local
6596 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6607 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6613 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6618 DisallowJavascriptExecutionScope( Isolate* isolate, Isolate::DisallowJavascriptExecutionScope::OnFailure on_failure) argument
6643 AllowJavascriptExecutionScope( Isolate* isolate) argument
6659 SuppressMicrotaskExecutionScope( Isolate* isolate) argument
6672 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6707 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6718 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6724 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6751 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6759 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6777 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6784 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6794 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6801 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6809 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this); local
6817 i::Isolate* isolate = i::Isolate::Current(); local
6838 i::Isolate* isolate = i::Isolate::Current(); local
6892 i::Isolate* isolate = i::Isolate::Current(); local
6906 DebugBreak(Isolate* isolate) argument
6911 CancelDebugBreak(Isolate* isolate) argument
6917 CheckDebugBreak(Isolate* isolate) argument
6923 DebugBreakForCommand(Isolate* isolate, ClientData* data) argument
6930 i::Isolate* isolate = i::Isolate::Current(); local
6936 SendCommand(Isolate* isolate, const uint16_t* command, int length, ClientData* client_data) argument
6948 i::Isolate* isolate = i::Isolate::Current(); local
6969 i::Isolate* isolate = i::Isolate::Current(); local
7003 i::Isolate* isolate = i::Isolate::Current(); local
7009 SetLiveEditEnabled(Isolate* isolate, bool enable) argument
7016 i::Isolate* isolate = i::Isolate::Current(); local
7041 i::Isolate* isolate = i::Isolate::Current(); local
7093 i::Isolate* isolate = i::Isolate::Current(); local
7101 i::Isolate* isolate = i::Isolate::Current(); local
7175 i::Isolate* isolate = reinterpret_cast<i::CpuProfiler*>(this)->isolate(); local
7199 i::Isolate* isolate = i::Isolate::Current(); local
7243 i::Isolate* isolate = i::Isolate::Current(); local
7284 i::Isolate* isolate = i::Isolate::Current(); local
7300 i::Isolate* isolate = i::Isolate::Current(); local
7489 i::Isolate* isolate = i::Isolate::Current(); local
7644 Isolate* isolate = reinterpret_cast<Isolate*>(info.GetIsolate()); local
7655 Isolate* isolate = reinterpret_cast<Isolate*>(info.GetIsolate()); local
[all...]
H A Dcounters.cc9 #include "src/isolate.h"
27 isolate()->stats_table()->AddHistogramSample(histogram_, sample);
32 return isolate()->stats_table()->
42 isolate()->event_logger()(name(), Logger::START);
53 isolate()->event_logger()(name(), Logger::END);
57 Counters::Counters(Isolate* isolate) { argument
59 name##_ = Histogram(#caption, min, max, num_buckets, isolate);
64 name##_ = HistogramTimer(#caption, 0, 10000, 50, isolate);
69 name##_ = Histogram(#caption, 0, 101, 100, isolate);
74 name##_ = Histogram(#caption, 1000, 500000, 50, isolate);
[all...]
H A Dd8-debug.cc19 Isolate* isolate = Isolate::GetCurrent(); local
20 HandleScope scope(isolate);
32 String::NewFromUtf8(isolate, "toJSONProtocol");
38 Shell::ReportException(isolate, &try_catch);
44 Shell::DebugMessageDetails(isolate, Handle<String>::Cast(event_json));
46 Shell::ReportException(isolate, &try_catch);
49 String::Utf8Value str(details->Get(String::NewFromUtf8(isolate, "text")));
58 String::NewFromUtf8(isolate, "debugCommandProcessor");
64 Shell::ReportException(isolate, &try_catch);
83 isolate, Strin
[all...]
H A Dvm-state-inl.h40 VMState<Tag>::VMState(Isolate* isolate) argument
41 : isolate_(isolate), previous_tag_(isolate->current_vm_state()) {
58 ExternalCallbackScope::ExternalCallbackScope(Isolate* isolate, Address callback) argument
59 : isolate_(isolate),
61 previous_scope_(isolate->external_callback_scope()) {
63 scope_address_ = Simulator::current(isolate)->get_sp();
H A Dallocation-site-scopes.h21 explicit AllocationSiteContext(Isolate* isolate) { argument
22 isolate_ = isolate;
30 Isolate* isolate() { return isolate_; } function in class:v8::internal::AllocationSiteContext
39 current_ = Handle<AllocationSite>(*top_, isolate());
53 explicit AllocationSiteCreationContext(Isolate* isolate) argument
54 : AllocationSiteContext(isolate) { }
65 AllocationSiteUsageContext(Isolate* isolate, Handle<AllocationSite> site, argument
67 : AllocationSiteContext(isolate),
81 return Handle<AllocationSite>(*current(), isolate());
H A Dassembler.cc51 #include "src/isolate-inl.h"
126 AssemblerBase::AssemblerBase(Isolate* isolate, void* buffer, int buffer_size) argument
127 : isolate_(isolate),
132 // We may use the assembler without an isolate.
133 serializer_enabled_(isolate && isolate->serializer_enabled()) {
134 if (FLAG_mask_constants_with_cookie && isolate != NULL) {
135 jit_cookie_ = isolate->random_number_generator()->NextInt();
700 // We get the isolate from the map, because at serialization time
702 Isolate* isolate local
797 Print(Isolate* isolate, OStream& os) argument
832 Verify(Isolate* isolate) argument
948 ExternalReference(Builtins::CFunctionId id, Isolate* isolate) argument
959 ExternalReference(Builtins::Name name, Isolate* isolate) argument
963 ExternalReference(Runtime::FunctionId id, Isolate* isolate) argument
968 ExternalReference(const Runtime::Function* f, Isolate* isolate) argument
973 isolate_address(Isolate* isolate) argument
978 ExternalReference(const IC_Utility& ic_utility, Isolate* isolate) argument
987 ExternalReference(Isolate::AddressId id, Isolate* isolate) argument
996 incremental_marking_record_write_function(Isolate* isolate) argument
1004 store_buffer_overflow_function(Isolate* isolate) argument
1011 flush_icache_function(Isolate* isolate) argument
1017 delete_handle_scope_extensions( Isolate* isolate) argument
1025 get_date_field_function( Isolate* isolate) argument
1031 get_make_code_young_function( Isolate* isolate) argument
1038 get_mark_code_as_executed_function( Isolate* isolate) argument
1045 date_cache_stamp(Isolate* isolate) argument
1050 stress_deopt_count(Isolate* isolate) argument
1055 new_deoptimizer_function( Isolate* isolate) argument
1062 compute_output_frames_function( Isolate* isolate) argument
1069 log_enter_external_function( Isolate* isolate) argument
1076 log_leave_external_function( Isolate* isolate) argument
1083 keyed_lookup_cache_keys(Isolate* isolate) argument
1088 keyed_lookup_cache_field_offsets( Isolate* isolate) argument
1095 roots_array_start(Isolate* isolate) argument
1100 allocation_sites_list_address( Isolate* isolate) argument
1106 address_of_stack_limit(Isolate* isolate) argument
1111 address_of_real_stack_limit( Isolate* isolate) argument
1117 address_of_regexp_stack_limit( Isolate* isolate) argument
1123 new_space_start(Isolate* isolate) argument
1128 store_buffer_top(Isolate* isolate) argument
1133 new_space_mask(Isolate* isolate) argument
1139 new_space_allocation_top_address( Isolate* isolate) argument
1145 new_space_allocation_limit_address( Isolate* isolate) argument
1151 old_pointer_space_allocation_top_address( Isolate* isolate) argument
1158 old_pointer_space_allocation_limit_address( Isolate* isolate) argument
1165 old_data_space_allocation_top_address( Isolate* isolate) argument
1172 old_data_space_allocation_limit_address( Isolate* isolate) argument
1179 handle_scope_level_address( Isolate* isolate) argument
1185 handle_scope_next_address( Isolate* isolate) argument
1191 handle_scope_limit_address( Isolate* isolate) argument
1197 scheduled_exception_address( Isolate* isolate) argument
1203 address_of_pending_message_obj( Isolate* isolate) argument
1209 address_of_has_pending_message( Isolate* isolate) argument
1215 address_of_pending_message_script( Isolate* isolate) argument
1261 is_profiling_address(Isolate* isolate) argument
1266 invoke_function_callback( Isolate* isolate) argument
1275 invoke_accessor_getter_callback( Isolate* isolate) argument
1287 re_check_stack_guard_state( Isolate* isolate) argument
1311 re_grow_stack(Isolate* isolate) argument
1316 re_case_insensitive_compare_uc16( Isolate* isolate) argument
1329 address_of_static_offsets_vector( Isolate* isolate) argument
1335 address_of_regexp_stack_memory_address( Isolate* isolate) argument
1341 address_of_regexp_stack_memory_size( Isolate* isolate) argument
1349 math_log_double_function( Isolate* isolate) argument
1388 debug_is_active_address( Isolate* isolate) argument
1394 debug_after_break_target_address( Isolate* isolate) argument
1401 debug_restarter_frame_function_pointer_address( Isolate* isolate) argument
1472 power_double_double_function( Isolate* isolate) argument
1480 power_double_int_function( Isolate* isolate) argument
1505 mod_two_doubles_operation( Isolate* isolate) argument
1513 debug_break(Isolate* isolate) argument
1518 debug_step_in_fp_address( Isolate* isolate) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8ScriptRunner.cpp53 v8::Local<v8::Value> throwStackOverflowExceptionIfNeeded(v8::Isolate* isolate) argument
55 if (V8PerIsolateData::from(isolate)->isHandlingRecursionLevelError()) {
58 return v8::Undefined(isolate);
60 V8PerIsolateData::from(isolate)->setIsHandlingRecursionLevelError(true);
61 v8::Local<v8::Value> result = v8::Function::New(isolate, throwStackOverflowException)->Call(v8::Undefined(isolate), 0, 0);
62 V8PerIsolateData::from(isolate)->setIsHandlingRecursionLevelError(false);
66 v8::Local<v8::Script> compileAndProduceCache(v8::Isolate* isolate, v8::Handle<v8::String> code, v8::ScriptOrigin origin, ScriptResource* resource, v8::ScriptCompiler::CompileOptions options, unsigned cacheTag, Resource::MetadataCacheType cacheType) argument
69 v8::Local<v8::Script> script = v8::ScriptCompiler::Compile(isolate, &source, options);
82 v8::Local<v8::Script> compileAndConsumeCache(v8::Isolate* isolate, v argument
96 compileScript(const ScriptSourceCode& source, v8::Isolate* isolate, AccessControlStatus corsStatus, V8CacheOptions cacheOptions) argument
101 compileScript(v8::Handle<v8::String> code, const String& fileName, const TextPosition& scriptStartPosition, ScriptResource* resource, ScriptStreamer* streamer, v8::Isolate* isolate, AccessControlStatus corsStatus, V8CacheOptions cacheOptions) argument
163 runCompiledScript(v8::Handle<v8::Script> script, ExecutionContext* context, v8::Isolate* isolate) argument
189 compileAndRunInternalScript(v8::Handle<v8::String> source, v8::Isolate* isolate, const String& fileName, const TextPosition& scriptStartPosition) argument
203 runCompiledInternalScript(v8::Handle<v8::Script> script, v8::Isolate* isolate) argument
213 callFunction(v8::Handle<v8::Function> function, ExecutionContext* context, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> args[], v8::Isolate* isolate) argument
229 callInternalFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> args[], v8::Isolate* isolate) argument
239 callAsFunction(v8::Isolate* isolate, v8::Handle<v8::Object> object, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> args[]) argument
250 instantiateObject(v8::Isolate* isolate, v8::Handle<v8::ObjectTemplate> objectTemplate) argument
261 instantiateObject(v8::Isolate* isolate, v8::Handle<v8::Function> function, int argc, v8::Handle<v8::Value> argv[]) argument
272 instantiateObjectInDocument(v8::Isolate* isolate, v8::Handle<v8::Function> function, ExecutionContext* context, int argc, v8::Handle<v8::Value> argv[]) argument
[all...]
H A DScriptWrappable.cpp49 v8::Handle<v8::Object> ScriptWrappable::wrap(v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
58 ASSERT(!DOMDataStore::containsWrapperNonTemplate(this, isolate));
60 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, wrapperTypeInfo, toScriptWrappableBase(), isolate);
64 wrapperTypeInfo->installConditionallyEnabledProperties(wrapper, isolate);
65 return associateWithWrapper(wrapperTypeInfo, wrapper, isolate);
68 v8::Handle<v8::Object> ScriptWrappable::associateWithWrapper(const WrapperTypeInfo* wrapperTypeInfo, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate) argument
70 return V8DOMWrapper::associateObjectWithWrapperNonTemplate(this, wrapperTypeInfo, wrapper, isolate);
H A DV8ValueCache.cpp42 v8::Isolate* isolate, v8::UniquePersistent<v8::String> value, StringImpl* key)
44 V8PerIsolateData::from(isolate)->stringCache()->InvalidateLastString();
57 static v8::Local<v8::String> makeExternalString(const String& string, v8::Isolate* isolate) argument
61 v8::Local<v8::String> newString = v8::String::NewExternal(isolate, stringResource);
68 v8::Local<v8::String> newString = v8::String::NewExternal(isolate, stringResource);
74 v8::Handle<v8::String> StringCache::v8ExternalStringSlow(StringImpl* stringImpl, v8::Isolate* isolate) argument
77 return v8::String::Empty(isolate);
83 return m_lastV8String.NewLocal(isolate);
86 return createStringAndInsertIntoCache(stringImpl, isolate);
107 v8::Local<v8::String> StringCache::createStringAndInsertIntoCache(StringImpl* stringImpl, v8::Isolate* isolate) argument
41 Dispose( v8::Isolate* isolate, v8::UniquePersistent<v8::String> value, StringImpl* key) argument
[all...]
H A DV8DOMConfiguration.cpp37 void V8DOMConfiguration::installAttributes(v8::Handle<v8::ObjectTemplate> instanceTemplate, v8::Handle<v8::ObjectTemplate> prototype, const AttributeConfiguration* attributes, size_t attributeCount, v8::Isolate* isolate) argument
40 installAttribute(instanceTemplate, prototype, attributes[i], isolate);
43 void V8DOMConfiguration::installAccessors(v8::Handle<v8::ObjectTemplate> prototype, v8::Handle<v8::Signature> signature, const AccessorConfiguration* accessors, size_t accessorCount, v8::Isolate* isolate) argument
45 DOMWrapperWorld& world = DOMWrapperWorld::current(isolate);
61 getter = v8::FunctionTemplate::New(isolate, getterCallback, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(accessors[i].data)), signature, 0);
66 setter = v8::FunctionTemplate::New(isolate, setterCallback, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(accessors[i].data)), signature, 1);
69 prototype->SetAccessorProperty(v8AtomicString(isolate, accessors[i].name), getter, setter, accessors[i].attribute, accessors[i].settings);
82 void V8DOMConfiguration::installConstants(v8::Handle<v8::FunctionTemplate> functionDescriptor, v8::Handle<v8::ObjectTemplate> prototype, const ConstantConfiguration* constants, size_t constantCount, v8::Isolate* isolate) argument
113 installConstant(v8::Handle<v8::FunctionTemplate> functionDescriptor, v8::Handle<v8::ObjectTemplate> prototype, const char* name, v8::AccessorGetterCallback getter, v8::Isolate* isolate) argument
120 installMethods(v8::Handle<v8::ObjectTemplate> prototype, v8::Handle<v8::Signature> signature, v8::PropertyAttribute attributes, const MethodConfiguration* callbacks, size_t callbackCount, v8::Isolate* isolate) argument
126 functionTemplateForCallback(v8::Handle<v8::Signature> signature, v8::FunctionCallback callback, int length, v8::Isolate* isolate) argument
133 installDOMClassTemplate(v8::Handle<v8::FunctionTemplate> functionDescriptor, const char* interfaceName, v8::Handle<v8::FunctionTemplate> parentClass, size_t fieldCount, const AttributeConfiguration* attributes, size_t attributeCount, const AccessorConfiguration* accessors, size_t accessorCount, const MethodConfiguration* callbacks, size_t callbackCount, v8::Isolate* isolate) argument
161 domClassTemplate(v8::Isolate* isolate, WrapperTypeInfo* wrapperTypeInfo, void (*configureDOMClassTemplate)(v8::Handle<v8::FunctionTemplate>, v8::Isolate*)) argument
[all...]
H A DScriptCallStackFactory.cpp69 static void toScriptCallFramesVector(v8::Handle<v8::StackTrace> stackTrace, Vector<ScriptCallFrame>& scriptCallFrames, size_t maxStackSize, bool emptyStackIsAllowed, v8::Isolate* isolate) argument
71 ASSERT(isolate->InContext());
87 static PassRefPtrWillBeRawPtr<ScriptCallStack> createScriptCallStack(v8::Handle<v8::StackTrace> stackTrace, size_t maxStackSize, bool emptyStackIsAllowed, v8::Isolate* isolate) argument
89 ASSERT(isolate->InContext());
90 v8::HandleScope scope(isolate);
92 toScriptCallFramesVector(stackTrace, scriptCallFrames, maxStackSize, emptyStackIsAllowed, isolate);
95 InspectorInstrumentation::appendAsyncCallStack(currentExecutionContext(isolate), callStack.get());
99 PassRefPtrWillBeRawPtr<ScriptCallStack> createScriptCallStack(v8::Handle<v8::StackTrace> stackTrace, size_t maxStackSize, v8::Isolate* isolate) argument
101 return createScriptCallStack(stackTrace, maxStackSize, true, isolate);
106 v8::Isolate* isolate local
118 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
[all...]
H A DV8CustomElementLifecycleCallbacks.cpp55 v8::Isolate* isolate = scriptState->isolate(); local
59 ASSERT(V8HiddenValue::getHiddenValue(isolate, prototype, V8HiddenValue::customElement##Name(isolate)).IsEmpty()); \
61 V8HiddenValue::setHiddenValue(isolate, prototype, V8HiddenValue::customElement##Name(isolate), Value);
97 , m_prototype(scriptState->isolate(), prototype)
98 , m_created(scriptState->isolate(), created)
99 , m_attached(scriptState->isolate(), attached)
100 , m_detached(scriptState->isolate(), detache
164 v8::Isolate* isolate = m_scriptState->isolate(); local
190 ScriptController::callFunction(executionContext(), callback, receiver, 0, 0, isolate); local
214 v8::Isolate* isolate = m_scriptState->isolate(); local
233 ScriptController::callFunction(executionContext(), callback, receiver, WTF_ARRAY_LENGTH(argv), argv, isolate); local
247 v8::Isolate* isolate = m_scriptState->isolate(); local
260 ScriptController::callFunction(executionContext(), callback, receiver, 0, 0, isolate); local
[all...]
/external/chromium_org/chrome/renderer/
H A Dnet_benchmarking_extension.cc47 v8::Isolate* isolate,
49 if (name->Equals(v8::String::NewFromUtf8(isolate, "ClearCache"))) {
50 return v8::FunctionTemplate::New(isolate, ClearCache);
52 isolate, "ClearHostResolverCache"))) {
53 return v8::FunctionTemplate::New(isolate, ClearHostResolverCache);
55 v8::String::NewFromUtf8(isolate, "ClearPredictorCache"))) {
56 return v8::FunctionTemplate::New(isolate, ClearPredictorCache);
58 v8::String::NewFromUtf8(isolate, "CloseConnections"))) {
59 return v8::FunctionTemplate::New(isolate, CloseConnections);
/external/chromium_org/content/renderer/
H A Dmemory_benchmarking_extension.cc26 v8::Isolate* isolate = blink::mainThreadIsolate(); local
27 v8::HandleScope handle_scope(isolate);
34 gin::CreateHandle(isolate, new MemoryBenchmarkingExtension());
40 global->Get(gin::StringToV8(isolate, "chrome"))->ToObject();
42 chrome = v8::Object::New(isolate);
43 global->Set(gin::StringToV8(isolate, "chrome"), chrome);
45 chrome->Set(gin::StringToV8(isolate, "memoryBenchmarking"),
54 MemoryBenchmarkingExtension::GetObjectTemplateBuilder(v8::Isolate* isolate) { argument
56 isolate)
/external/chromium_org/mojo/apps/js/bindings/
H A Dmonotonic_clock.cc28 v8::Local<v8::Value> MonotonicClock::GetModule(v8::Isolate* isolate) { argument
29 gin::PerIsolateData* data = gin::PerIsolateData::From(isolate);
33 templ = gin::ObjectTemplateBuilder(isolate)
H A Dthreading.cc27 v8::Local<v8::Value> Threading::GetModule(v8::Isolate* isolate) { argument
28 gin::PerIsolateData* data = gin::PerIsolateData::From(isolate);
33 templ = gin::ObjectTemplateBuilder(isolate)
/external/chromium_org/content/renderer/java/
H A Dgin_java_bridge_object.cc32 v8::Isolate* isolate = blink::mainThreadIsolate(); local
33 v8::HandleScope handle_scope(isolate);
39 new GinJavaBridgeObject(isolate, dispatcher, object_id);
44 gin::CreateHandle(isolate, object);
50 global->Set(gin::StringToV8(isolate, object_name), controller.ToV8());
63 v8::Isolate* isolate,
66 : gin::NamedPropertyInterceptor(isolate, this),
78 v8::Isolate* isolate) {
79 return gin::Wrappable<GinJavaBridgeObject>::GetObjectTemplateBuilder(isolate)
84 v8::Isolate* isolate,
62 GinJavaBridgeObject( v8::Isolate* isolate, const base::WeakPtr<GinJavaBridgeDispatcher>& dispatcher, GinJavaBridgeDispatcher::ObjectID object_id) argument
77 GetObjectTemplateBuilder( v8::Isolate* isolate) argument
83 GetNamedProperty( v8::Isolate* isolate, const std::string& property) argument
105 EnumerateNamedProperties( v8::Isolate* isolate) argument
[all...]
/external/chromium_org/content/renderer/mojo/
H A Dservice_registry_js_wrapper.cc23 v8::Isolate* isolate,
26 isolate,
32 v8::Isolate* isolate) {
33 return Wrappable<ServiceRegistryJsWrapper>::GetObjectTemplateBuilder(isolate).
22 Create( v8::Isolate* isolate, ServiceRegistry* service_registry) argument
31 GetObjectTemplateBuilder( v8::Isolate* isolate) argument

Completed in 4070 milliseconds

1234567891011>>