HomeSort by relevance Sort by last modified time
    Searched refs:Isolate (Results 1 - 25 of 759) 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, v8::Isolate* isolate)
46 return createDOMException(ec, String(), isolate);
48 static v8::Handle<v8::Value> createDOMException(int, const String&, v8::Isolate*);
50 static v8::Handle<v8::Value> throwDOMException(int ec, v8::Isolate* isolate)
52 return throwDOMException(ec, String(), isolate);
54 static v8::Handle<v8::Value> throwDOMException(int, const String&, v8::Isolate*);
56 static v8::Handle<v8::Value> createError(V8ErrorType, const String&, v8::Isolate*);
57 static v8::Handle<v8::Value> throwError(V8ErrorType, const String&, v8::Isolate*);
    [all...]
V8Utilities.h 48 void createHiddenDependency(v8::Handle<v8::Object>, v8::Local<v8::Value>, int cacheIndex, v8::Isolate*);
49 void removeHiddenDependency(v8::Handle<v8::Object>, v8::Local<v8::Value>, int cacheIndex, v8::Isolate*);
52 void transferHiddenDependency(v8::Handle<v8::Object>, EventListener* oldValue, v8::Local<v8::Value> newValue, int cacheIndex, v8::Isolate*);
63 bool extractTransferables(v8::Local<v8::Value>, MessagePortArray&, ArrayBufferArray&, v8::Isolate*);
64 bool getMessagePortArray(v8::Local<v8::Value>, MessagePortArray&, v8::Isolate*);
CustomElementBinding.h 44 static PassOwnPtr<CustomElementBinding> create(v8::Isolate*, v8::Handle<v8::Object> prototype, WrapperTypeInfo*);
52 CustomElementBinding(v8::Isolate*, v8::Handle<v8::Object> prototype, WrapperTypeInfo*);
54 v8::Isolate* m_isolate;
CustomElementWrapper.h 47 friend v8::Handle<v8::Object> createV8HTMLWrapper(HTMLElement*, v8::Handle<v8::Object>, v8::Isolate*);
48 friend v8::Handle<v8::Object> createV8SVGWrapper(SVGElement*, v8::Handle<v8::Object>, v8::Isolate*);
50 static v8::Handle<v8::Object> wrap(PassRefPtr<ElementType>, v8::Handle<v8::Object> creationContext, v8::Isolate*, v8::Handle<v8::Object> (*createSpecificWrapper)(ElementType* element, v8::Handle<v8::Object> creationContext, v8::Isolate*));
V8MutationCallback.h 43 static PassRefPtr<V8MutationCallback> create(v8::Handle<v8::Function> callback, ScriptExecutionContext* context, v8::Handle<v8::Object> owner, v8::Isolate* isolate)
46 return adoptRef(new V8MutationCallback(callback, context, owner, isolate));
53 V8MutationCallback(v8::Handle<v8::Function>, ScriptExecutionContext*, v8::Handle<v8::Object>, v8::Isolate*);
55 static void makeWeakCallback(v8::Isolate*, v8::Persistent<v8::Function>*, V8MutationCallback*);
59 v8::Isolate* m_isolate;
SerializedScriptValue.h 62 static PassRefPtr<SerializedScriptValue> create(v8::Handle<v8::Value>, MessagePortArray*, ArrayBufferArray*, bool& didThrow, v8::Isolate*);
63 static PassRefPtr<SerializedScriptValue> create(v8::Handle<v8::Value>, v8::Isolate*);
67 static PassRefPtr<SerializedScriptValue> create(const String&, v8::Isolate*);
71 static PassRefPtr<SerializedScriptValue> createAndSwallowExceptions(v8::Handle<v8::Value>, v8::Isolate*);
74 static PassRefPtr<SerializedScriptValue> nullValue(v8::Isolate*);
76 static PassRefPtr<SerializedScriptValue> undefinedValue(v8::Isolate*);
78 static PassRefPtr<SerializedScriptValue> booleanValue(bool, v8::Isolate*);
80 static PassRefPtr<SerializedScriptValue> numberValue(double, v8::Isolate*);
92 v8::Handle<v8::Value> deserialize(v8::Isolate*, MessagePortArray* = 0);
116 SerializedScriptValue(v8::Handle<v8::Value>, MessagePortArray*, ArrayBufferArray*, bool& didThrow, v8::Isolate*, ExceptionPolicy = ThrowExceptions)
    [all...]
  /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...]
isolate-inl.h 31 #include "isolate.h"
39 SaveContext::SaveContext(Isolate* isolate) : prev_(isolate->save_context()) {
40 if (isolate->context() != NULL) {
41 context_ = Handle<Context>(isolate->context());
43 dummy_ = Handle<Context>(isolate->context());
46 isolate->set_save_context(this);
48 c_entry_fp_ = isolate->c_entry_fp(isolate->thread_local_top())
    [all...]
interpreter-irregexp.h 39 static RegExpImpl::IrregexpResult Match(Isolate* isolate,
  /external/chromium_org/third_party/WebKit/public/web/
WebScriptBindings.h 37 class Isolate;
50 WEBKIT_EXPORT static v8::Local<v8::String> toV8String(const WebString&, v8::Isolate*);
  /external/chromium_org/v8/src/
allocation-inl.h 38 return Isolate::Current()->PreallocatedStorageNew(size);
43 return Isolate::Current()->PreallocatedStorageDelete(p);
i18n.h 47 static Handle<ObjectTemplateInfo> GetTemplate(Isolate* isolate);
50 static Handle<ObjectTemplateInfo> GetTemplate2(Isolate* isolate);
62 Isolate* isolate,
68 static icu::SimpleDateFormat* UnpackDateFormat(Isolate* isolate,
73 static void DeleteDateFormat(v8::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_;
assembler.h 43 #include "isolate.h"
59 AssemblerBase(Isolate* isolate, void* buffer, int buffer_size);
62 Isolate* isolate() const { return isolate_; } function in class:v8::internal::AssemblerBase
98 Isolate* isolate_;
453 void Print(Isolate* isolate, FILE* out);
689 ExternalReference(Builtins::CFunctionId id, Isolate* isolate);
    [all...]
isolate-inl.h 31 #include "isolate.h"
39 SaveContext::SaveContext(Isolate* isolate) : prev_(isolate->save_context()) {
40 if (isolate->context() != NULL) {
41 context_ = Handle<Context>(isolate->context());
43 dummy_ = Handle<Context>(isolate->context());
46 isolate->set_save_context(this);
48 c_entry_fp_ = isolate->c_entry_fp(isolate->thread_local_top())
    [all...]
interpreter-irregexp.h 39 static RegExpImpl::IrregexpResult Match(Isolate* isolate,
  /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;
V8HTMLImageElementConstructor.h 42 static v8::Handle<v8::FunctionTemplate> GetTemplate(v8::Isolate*, WrapperWorldType);
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
UnicodeBidi.h 35 Isolate,
42 return unicodeBidi == Isolate || unicodeBidi == IsolateOverride || unicodeBidi == Plaintext;
  /external/v8/test/cctest/
test-lockers.cc 33 #include "isolate.h"
58 // Migrating an isolate
61 KangarooThread(v8::Isolate* isolate,
64 isolate_(isolate), context_(context), value_(value) {
70 v8::Isolate::Scope isolate_scope(isolate_);
71 CHECK_EQ(isolate_, v8::internal::Isolate::Current());
80 v8::Isolate::Scope isolate_scope(isolate_);
91 v8::Isolate* isolate_;
96 // Migrates an isolate from one thread to anothe
98 v8::Isolate* isolate = v8::Isolate::New(); local
213 v8::Isolate* isolate = v8::Isolate::New(); local
228 v8::Isolate* isolate = v8::Isolate::New(); local
287 v8::Isolate* isolate = v8::Isolate::New(); local
402 v8::Isolate* isolate = v8::Isolate::New(); local
455 v8::Isolate* isolate = v8::Isolate::New(); local
575 v8::Isolate* isolate = v8::Isolate::New(); local
642 v8::Isolate* isolate = v8::Isolate::New(); local
674 v8::Isolate* isolate = v8::Isolate::New(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebScriptBindings.cpp 41 v8::Local<v8::String> WebScriptBindings::toV8String(const WebString& string, v8::Isolate* isolate)
43 return v8String(string, isolate);

Completed in 220 milliseconds

1 2 3 4 5 6 7 8 91011>>