Home
last modified time | relevance | path

Searched refs:prototypeValue (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8PerContextData.cpp58 v8::Handle<v8::Value> prototypeValue = object->Get(v8AtomicString(m_isolate, "prototype")); in V8PerContextData() local
59 ASSERT(!prototypeValue.IsEmpty()); in V8PerContextData()
60 m_errorPrototype.set(m_isolate, prototypeValue); in V8PerContextData()
110 v8::Local<v8::Value> prototypeValue = function->Get(v8AtomicString(m_isolate, "prototype")); in constructorForTypeSlowCase() local
111 if (!prototypeValue.IsEmpty() && prototypeValue->IsObject()) { in constructorForTypeSlowCase()
112 v8::Local<v8::Object> prototypeObject = v8::Local<v8::Object>::Cast(prototypeValue); in constructorForTypeSlowCase()