Searched refs:prototypeValue (Results 1 – 1 of 1) sorted by relevance
58 v8::Handle<v8::Value> prototypeValue = object->Get(v8AtomicString(m_isolate, "prototype")); in V8PerContextData() local59 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() local111 if (!prototypeValue.IsEmpty() && prototypeValue->IsObject()) { in constructorForTypeSlowCase()112 v8::Local<v8::Object> prototypeObject = v8::Local<v8::Object>::Cast(prototypeValue); in constructorForTypeSlowCase()