OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V8PromiseCustom
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptPromiseResolverTest.cpp
36
#include "bindings/v8/custom/
V8PromiseCustom
.h"
72
V8PromiseCustom
::PromiseState state()
74
return
V8PromiseCustom
::getState(
V8PromiseCustom
::getInternal(promise()));
79
return
V8PromiseCustom
::getInternal(promise())->GetInternalField(
V8PromiseCustom
::InternalResultIndex);
101
EXPECT_EQ(
V8PromiseCustom
::Pending, state());
108
EXPECT_EQ(
V8PromiseCustom
::Pending, state());
114
EXPECT_EQ(
V8PromiseCustom
::Fulfilled, state());
122
EXPECT_EQ(
V8PromiseCustom
::Pending, state())
[
all
...]
ScriptPromiseResolver.cpp
38
#include "bindings/v8/custom/
V8PromiseCustom
.h"
77
v8::Local<v8::Object> internal =
V8PromiseCustom
::getInternal(promise);
78
V8PromiseCustom
::PromiseState state =
V8PromiseCustom
::getState(internal);
79
return state ==
V8PromiseCustom
::Pending;
87
V8PromiseCustom
::resolve(m_promise.v8Value().As<v8::Object>(), value, m_isolate);
96
V8PromiseCustom
::reject(m_promise.v8Value().As<v8::Object>(), value, m_isolate);
ScriptPromise.cpp
36
#include "bindings/v8/custom/
V8PromiseCustom
.h"
49
v8::Handle<v8::Object> promise =
V8PromiseCustom
::createPromise(creationContext, isolate);
57
v8::Handle<v8::Object> promise =
V8PromiseCustom
::createPromise(v8::Object::New(), isolate);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8PromiseCustom.cpp
32
#include "bindings/v8/custom/
V8PromiseCustom
.h"
78
return cachedObjectTemplate(&privateTemplateUniqueKey,
V8PromiseCustom
::PromiseAllEnvironmentFieldCount, isolate);
85
return cachedObjectTemplate(&privateTemplateUniqueKey,
V8PromiseCustom
::PrimitiveWrapperFieldCount, isolate);
92
return cachedObjectTemplate(&privateTemplateUniqueKey,
V8PromiseCustom
::InternalFieldCount, isolate);
103
V8PromiseCustom
::resolve(promise, result, info.GetIsolate());
114
V8PromiseCustom
::reject(promise, result, info.GetIsolate());
126
v8::Local<v8::Object> promise = environment->GetInternalField(
V8PromiseCustom
::PromiseAllEnvironmentPromiseIndex).As<v8::Object>();
127
v8::Local<v8::Object> countdownWrapper = environment->GetInternalField(
V8PromiseCustom
::PromiseAllEnvironmentCountdownIndex).As<v8::Object>();
128
v8::Local<v8::Integer> index = environment->GetInternalField(
V8PromiseCustom
::PromiseAllEnvironmentIndexIndex).As<v8::Integer>();
129
v8::Local<v8::Array> results = environment->GetInternalField(
V8PromiseCustom
::PromiseAllEnvironmentResultsIndex).As<v8::Array>()
[
all
...]
V8PromiseCustom.h
34
class
V8PromiseCustom
{
/external/chromium_org/third_party/WebKit/Source/core/
webcore_derived.target.darwin-arm.mk
321
third_party/WebKit/Source/bindings/v8/custom/
V8PromiseCustom
.cpp \
webcore_derived.target.darwin-mips.mk
321
third_party/WebKit/Source/bindings/v8/custom/
V8PromiseCustom
.cpp \
webcore_derived.target.darwin-x86.mk
321
third_party/WebKit/Source/bindings/v8/custom/
V8PromiseCustom
.cpp \
webcore_derived.target.linux-arm.mk
321
third_party/WebKit/Source/bindings/v8/custom/
V8PromiseCustom
.cpp \
webcore_derived.target.linux-mips.mk
321
third_party/WebKit/Source/bindings/v8/custom/
V8PromiseCustom
.cpp \
webcore_derived.target.linux-x86.mk
321
third_party/WebKit/Source/bindings/v8/custom/
V8PromiseCustom
.cpp \
Completed in 102 milliseconds