OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createWrapperFromCacheSlowCase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerContextData.h
130
return !boilerplate.isEmpty() ? boilerplate.newLocal(v8::Isolate::GetCurrent())->Clone() :
createWrapperFromCacheSlowCase
(type);
173
v8::Local<v8::Object>
createWrapperFromCacheSlowCase
(const WrapperTypeInfo*);
V8PerContextData.cpp
94
v8::Local<v8::Object> V8PerContextData::
createWrapperFromCacheSlowCase
(const WrapperTypeInfo* type)
Completed in 160 milliseconds