Searched refs:Isolate (Results 1 - 25 of 954) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/
H A Dd8-windows.cc11 void Shell::AddOSMethods(Isolate* isolate, Handle<ObjectTemplate> os_templ) {
H A Dassert-scope.cc12 uint32_t PerIsolateAssertBase::GetData(Isolate* isolate) {
17 void PerIsolateAssertBase::SetData(Isolate* isolate, uint32_t data) {
H A Dcode-factory.h35 static Callable LoadIC(Isolate* isolate, ContextualMode mode);
36 static Callable KeyedLoadIC(Isolate* isolate);
37 static Callable StoreIC(Isolate* isolate, StrictMode mode);
38 static Callable KeyedStoreIC(Isolate* isolate, StrictMode mode);
40 static Callable CompareIC(Isolate* isolate, Token::Value op);
42 static Callable BinaryOpIC(Isolate* isolate, Token::Value op,
48 Isolate* isolate, ToBooleanStub::ResultMode mode,
51 static Callable ToNumber(Isolate* isolate);
53 static Callable StringAdd(Isolate* isolate, StringAddFlags flags,
56 static Callable CallFunction(Isolate* isolat
[all...]
H A Dtype-feedback-vector.h25 static Handle<TypeFeedbackVector> Copy(Isolate* isolate,
29 static inline Handle<Object> UninitializedSentinel(Isolate* isolate);
32 static inline Handle<Object> MegamorphicSentinel(Isolate* isolate);
35 static inline Handle<Object> PremonomorphicSentinel(Isolate* isolate);
38 static inline Handle<Object> GenericSentinel(Isolate* isolate);
43 Isolate* isolate, ElementsKind elements_kind);
H A Druntime-profiler.h18 class Isolate;
24 explicit RuntimeProfiler(Isolate* isolate);
37 Isolate* isolate_;
H A Dvm-state.h17 explicit inline VMState(Isolate* isolate);
21 Isolate* isolate_;
28 inline ExternalCallbackScope(Isolate* isolate, Address callback);
36 Isolate* isolate_;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8GCController.h44 static void minorGCPrologue(v8::Isolate*);
45 static void minorGCEpilogue(v8::Isolate*);
46 static void majorGCPrologue(bool constructRetainedObjectInfos, v8::Isolate*);
47 static void majorGCEpilogue(v8::Isolate*);
49 static void collectGarbage(v8::Isolate*);
51 static Node* opaqueRootForGC(Node*, v8::Isolate*);
53 static void reportDOMMemoryUsageToV8(v8::Isolate*);
H A DModuleProxy.h20 void didLeaveScriptContextForRecursionScope(v8::Isolate*);
21 void registerDidLeaveScriptContextForRecursionScope(void (*didLeaveScriptContext)(v8::Isolate*));
26 void (*m_didLeaveScriptContextForRecursionScope)(v8::Isolate*);
H A DBindingSecurity.h52 static bool shouldAllowAccessToNode(v8::Isolate*, Node*, ExceptionState&);
53 static bool shouldAllowAccessToFrame(v8::Isolate*, Frame*, SecurityReportingOption = ReportSecurityError);
54 static bool shouldAllowAccessToFrame(v8::Isolate*, Frame*, ExceptionState&);
H A DScriptString.h44 ScriptString(v8::Isolate*, v8::Handle<v8::String>);
47 v8::Isolate* isolate()
50 m_isolate = v8::Isolate::GetCurrent();
60 v8::Isolate* m_isolate;
H A DV8Initializer.h36 static void initializeWorker(v8::Isolate*);
H A DV8ThrowException.h36 static v8::Handle<v8::Value> createDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
40 static v8::Handle<v8::Value> createDOMException(int, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate*);
42 static v8::Handle<v8::Value> throwDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
46 static v8::Handle<v8::Value> throwDOMException(int, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate*);
48 static v8::Handle<v8::Value> throwException(v8::Handle<v8::Value>, v8::Isolate*);
50 static v8::Handle<v8::Value> createGeneralError(const String&, v8::Isolate*);
51 static v8::Handle<v8::Value> throwGeneralError(const String&, v8::Isolate*);
52 static v8::Handle<v8::Value> createTypeError(const String&, v8::Isolate*);
53 static v8::Handle<v8::Value> throwTypeError(const String&, v8::Isolate*);
54 static v8::Handle<v8::Value> createRangeError(const String&, v8::Isolate*);
[all...]
H A DDOMDataStore.cpp42 , m_wrapperMap(v8::Isolate::GetCurrent()) // FIXME Don't call GetCurrent twice.
52 DOMDataStore& DOMDataStore::current(v8::Isolate* isolate)
H A DModuleProxy.cpp18 void ModuleProxy::didLeaveScriptContextForRecursionScope(v8::Isolate* isolate)
24 void ModuleProxy::registerDidLeaveScriptContextForRecursionScope(void (*didLeaveScriptContext)(v8::Isolate*))
/external/chromium_org/v8/src/third_party/vtune/
H A Dv8-vtune.h65 void InitializeVtuneForV8(v8::Isolate::CreateParams& params);
/external/chromium_org/gin/
H A Dinterceptor.h23 NamedPropertyInterceptor(v8::Isolate* isolate, WrappableBase* base);
26 virtual v8::Local<v8::Value> GetNamedProperty(v8::Isolate* isolate,
29 virtual bool SetNamedProperty(v8::Isolate* isolate,
33 v8::Isolate* isolate);
36 v8::Isolate* isolate_;
44 IndexedPropertyInterceptor(v8::Isolate* isolate, WrappableBase* base);
47 virtual v8::Local<v8::Value> GetIndexedProperty(v8::Isolate* isolate,
50 virtual bool SetIndexedProperty(v8::Isolate* isolate,
54 v8::Isolate* isolate);
57 v8::Isolate* isolate
[all...]
H A Dinterceptor.cc13 NamedPropertyInterceptor::NamedPropertyInterceptor(v8::Isolate* isolate,
24 v8::Isolate* isolate,
29 bool NamedPropertyInterceptor::SetNamedProperty(v8::Isolate* isolate,
36 v8::Isolate* isolate) {
40 IndexedPropertyInterceptor::IndexedPropertyInterceptor(v8::Isolate* isolate,
51 v8::Isolate* isolate,
57 v8::Isolate* isolate,
64 v8::Isolate* isolate) {
H A Drun_microtasks_observer.cc9 RunMicrotasksObserver::RunMicrotasksObserver(v8::Isolate* isolate)
17 v8::Isolate::Scope scope(isolate_);
H A Drun_microtasks_observer.h15 // the (currently experimental) Isolate::SetAutorunMicrotasks() method.
19 RunMicrotasksObserver(v8::Isolate* isolate);
25 v8::Isolate* isolate_;
/external/chromium_org/v8/src/extensions/
H A Dgc-extension.cc14 v8::Isolate* isolate,
22 args[0]->BooleanValue() ? v8::Isolate::kMinorGarbageCollection
23 : v8::Isolate::kFullGarbageCollection);
/external/chromium_org/v8/test/cctest/
H A Dtest-random-number-generator.cc43 v8::Isolate* i = v8::Isolate::New();
45 *reinterpret_cast<Isolate*>(i)->random_number_generator();
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DUnicodeBidi.h35 Isolate, enumerator in enum:blink::EUnicodeBidi
42 return unicodeBidi == Isolate || unicodeBidi == IsolateOverride || unicodeBidi == Plaintext;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebScopedMicrotaskSuppression.cpp43 Impl(v8::Isolate* isolate)
53 m_impl.reset(new Impl(v8::Isolate::GetCurrent()));
H A DWebTestingSupport.cpp37 v8::HandleScope handleScope(v8::Isolate::GetCurrent());
43 v8::HandleScope handleScope(v8::Isolate::GetCurrent());
/external/chromium_org/third_party/WebKit/public/web/
H A DWebCryptoNormalize.h39 class Isolate;
57 BLINK_EXPORT WebCryptoAlgorithm normalizeCryptoAlgorithm(v8::Handle<v8::Object>, WebCryptoOperation, int* exceptionCode, WebString* errorDetails, v8::Isolate*);

Completed in 1117 milliseconds

1234567891011>>