OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prototypevalue
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerContextData.cpp
72
v8::Handle<v8::Value>
prototypeValue
= object->Get(prototypeString); \
73
if (
prototypeValue
.IsEmpty()) \
75
m_##name##Prototype.set(m_isolate,
prototypeValue
); \
127
v8::Local<v8::Value>
prototypeValue
= function->Get(v8AtomicString(m_isolate, "prototype"));
128
if (!
prototypeValue
.IsEmpty() &&
prototypeValue
->IsObject()) {
129
v8::Local<v8::Object> prototypeObject = v8::Local<v8::Object>::Cast(
prototypeValue
);
Completed in 569 milliseconds