OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V8TestInterface2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterface2.cpp
8
#include "
V8TestInterface2
.h"
31
ScriptWrappable::fromObject(object)->setTypeInfo(&
V8TestInterface2
::wrapperTypeInfo);
44
const WrapperTypeInfo
V8TestInterface2
::wrapperTypeInfo = { gin::kEmbedderBlink,
V8TestInterface2
::domTemplate,
V8TestInterface2
::derefObject, 0, 0,
V8TestInterface2
::visitDOMWrapper,
V8TestInterface2
::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject };
57
TestInterface2* impl =
V8TestInterface2
::toNative(info.Holder());
86
TestInterface2* impl =
V8TestInterface2
::toNative(info.Holder());
117
TestInterface2* impl =
V8TestInterface2
::toNative(info.Holder())
[
all
...]
V8TestInterface2.h
18
class
V8TestInterface2
{
56
v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<
V8TestInterface2
>(impl, isolate);
69
if (DOMDataStore::setReturnValueFromWrapper<
V8TestInterface2
>(callbackInfo.GetReturnValue(), impl))
83
if (DOMDataStore::setReturnValueFromWrapperForMainWorld<
V8TestInterface2
>(callbackInfo.GetReturnValue(), impl))
96
if (DOMDataStore::setReturnValueFromWrapperFast<
V8TestInterface2
>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
Completed in 85 milliseconds