HomeSort by relevance Sort by last modified time
    Searched refs:Isolate (Results 1 - 25 of 921) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8GCController.h 45 static void minorGCPrologue(v8::Isolate*);
46 static void minorGCEpilogue(v8::Isolate*);
47 static void majorGCPrologue(bool constructRetainedObjectInfos, v8::Isolate*);
48 static void majorGCEpilogue(v8::Isolate*);
51 static void collectGarbage(v8::Isolate*);
53 static Node* opaqueRootForGC(Node*, v8::Isolate*);
V8Initializer.h 35 static void initializeMainThreadIfNeeded(v8::Isolate*);
36 static void initializeWorker(v8::Isolate*);
V8ThrowException.h 44 static v8::Handle<v8::Value> createDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
46 return createDOMException(ec, message, String(), creationContext, isolate);
48 static v8::Handle<v8::Value> createDOMException(int, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate*);
50 static v8::Handle<v8::Value> throwDOMException(int ec, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
52 return throwDOMException(ec, String(), creationContext, isolate);
54 static v8::Handle<v8::Value> throwDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
56 return throwDOMException(ec, message, String(), creationContext, isolate);
    [all...]
  /external/chromium_org/gin/public/
isolate_holder.h 13 class Isolate;
21 // v8::Isolate in which you will execute JavaScript. You might wish to subclass
33 explicit IsolateHolder(v8::Isolate* isolate);
37 v8::Isolate* isolate() { return isolate_; } function in class:gin::IsolateHolder
43 v8::Isolate* isolate_;
  /external/chromium_org/v8/src/
d8-windows.cc 38 void Shell::AddOSMethods(Isolate* isolate, Handle<ObjectTemplate> os_templ) {
isolate-inl.h 32 #include "isolate.h"
39 SaveContext::SaveContext(Isolate* isolate)
40 : isolate_(isolate),
41 prev_(isolate->save_context()) {
42 if (isolate->context() != NULL) {
43 context_ = Handle<Context>(isolate->context());
45 isolate->set_save_context(this);
47 c_entry_fp_ = isolate->c_entry_fp(isolate->thread_local_top())
    [all...]
i18n.h 48 static Handle<ObjectTemplateInfo> GetTemplate(Isolate* isolate);
51 static Handle<ObjectTemplateInfo> GetTemplate2(Isolate* isolate);
63 Isolate* isolate,
69 static icu::SimpleDateFormat* UnpackDateFormat(Isolate* isolate,
74 static void DeleteDateFormat(v8::Isolate* isolate,
    [all...]
accessors.h 98 static MaybeObject* FunctionSetPrototype(Isolate* isolate,
102 static MaybeObject* FunctionGetPrototype(Isolate* isolate,
105 static MaybeObject* FunctionGetLength(Isolate* isolate,
108 static MaybeObject* FunctionGetName(Isolate* isolate, Object* object, void*);
109 static MaybeObject* FunctionGetArguments(Isolate* isolate,
    [all...]
vm-state.h 32 #include "isolate.h"
40 explicit inline VMState(Isolate* isolate);
44 Isolate* isolate_;
51 inline ExternalCallbackScope(Isolate* isolate, Address callback);
59 Isolate* isolate_;
  /external/v8/src/
vm-state.h 32 #include "isolate.h"
39 inline VMState(Isolate* isolate, StateTag tag);
43 Isolate* isolate_;
50 inline ExternalCallbackScope(Isolate* isolate, Address callback);
53 Isolate* isolate_;
allocation-inl.h 38 return Isolate::Current()->PreallocatedStorageNew(size);
43 return Isolate::Current()->PreallocatedStorageDelete(p);
runtime-profiler.h 37 class Isolate;
44 explicit RuntimeProfiler(Isolate* isolate);
78 static inline void IsolateEnteredJS(Isolate* isolate);
79 static inline void IsolateExitedJS(Isolate* isolate);
84 // The profiler thread can query whether some isolate is currently
109 static void HandleWakeUp(Isolate* isolate);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CustomXPathNSResolver.h 47 static PassRefPtr<V8CustomXPathNSResolver> create(v8::Handle<v8::Object> resolver, v8::Isolate*);
53 V8CustomXPathNSResolver(v8::Handle<v8::Object> resolver, v8::Isolate*);
56 v8::Isolate* m_isolate;
  /external/chromium_org/gin/modules/
console.h 18 static v8::Local<v8::ObjectTemplate> GetTemplate(v8::Isolate* isolate);
module_registry.h 42 static void RegisterGlobals(v8::Isolate* isolate,
46 void AddBuiltinModule(v8::Isolate* isolate,
51 void AddPendingModule(v8::Isolate* isolate,
54 void LoadModule(v8::Isolate* isolate,
59 void AttemptToLoadMoreModules(v8::Isolate* isolate);
    [all...]
  /external/chromium_org/gin/test/
gtest.h 18 static v8::Local<v8::ObjectTemplate> GetTemplate(v8::Isolate* isolate);
  /external/chromium_org/mojo/apps/js/bindings/
core.h 16 static v8::Local<v8::ObjectTemplate> GetTemplate(v8::Isolate* isolate);
support.h 16 static v8::Local<v8::ObjectTemplate> GetTemplate(v8::Isolate* isolate);
handle.h 15 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
17 static bool FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val,
  /external/chromium_org/mojo/apps/js/bindings/gl/
module.h 16 v8::Local<v8::ObjectTemplate> GetModuleTemplate(v8::Isolate* isolate);
  /external/chromium_org/third_party/WebKit/Source/platform/text/
UnicodeBidi.h 35 Isolate,
42 return unicodeBidi == Isolate || unicodeBidi == IsolateOverride || unicodeBidi == Plaintext;
  /external/chromium_org/third_party/WebKit/Source/web/
WebTestingSupport.cpp 37 v8::HandleScope handleScope(v8::Isolate::GetCurrent());
43 v8::HandleScope handleScope(v8::Isolate::GetCurrent());
  /external/chromium_org/third_party/WebKit/public/web/
WebKit.h 37 class Isolate;
54 // Get the V8 Isolate for the main thread.
56 BLINK_EXPORT v8::Isolate* mainThreadIsolate();
WebScriptBindings.h 37 class Isolate;
51 BLINK_EXPORT static v8::Local<v8::String> toV8String(const WebString&, v8::Isolate*);
  /external/chromium_org/gin/
dictionary.cc 9 Dictionary::Dictionary(v8::Isolate* isolate)
10 : isolate_(isolate) {
13 Dictionary::Dictionary(v8::Isolate* isolate,
15 : isolate_(isolate),
22 Dictionary Dictionary::CreateEmpty(v8::Isolate* isolate) {
23 Dictionary dictionary(isolate);
24 dictionary.object_ = v8::Object::New(isolate);
    [all...]

Completed in 239 milliseconds

1 2 3 4 5 6 7 8 91011>>