HomeSort by relevance Sort by last modified time
    Searched full:objectimp (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/bridge/jni/jsc/
JNIUtilityPrivate.cpp 185 JSObject* objectImp = asObject(value);
186 if (objectImp->classInfo() == &RuntimeObjectImp::s_info) {
187 RuntimeObjectImp* imp = static_cast<RuntimeObjectImp*>(objectImp);
191 } else if (objectImp->classInfo() == &RuntimeArray::s_info) {
193 RuntimeArray* imp = static_cast<RuntimeArray*>(objectImp);
196 } else if (objectImp->classInfo() == &JSArray::info) {
  /external/webkit/JavaScriptCore/
ChangeLog-2002-12-03 45 - fixed 3109987 - REGRESSION: Reproducible crash in KJS ObjectImp at live365.com
333 ObjectImp - .5% speed improvement on JS iBench.
555 * kjs/internal.h: Return ObjectImp * for activation object.
    [all...]
ChangeLog-2003-10-25 657 * kjs/object.cpp: (ObjectImp::get): Do the prototype work with the ValueImp, not a wrapper.
659 (ObjectImp::hasProperty): Same thing here.
    [all...]
  /external/webkit/WebCore/bridge/jni/v8/
JNIUtilityPrivate.cpp 209 NPObject* objectImp = NPVARIANT_TO_OBJECT(value);
210 if (JavaInstance* instance = ExtractJavaInstance(objectImp))
  /external/webkit/WebCore/bridge/
testbindings.mm 203 class GlobalImp : public ObjectImp {
testbindings.cpp 337 class GlobalImp : public ObjectImp {
  /external/webkit/WebCore/
ChangeLog-2002-12-03     [all...]
ChangeLog-2005-12-19 306 return Window* instead of ObjectImp*. Removed listenerObjImp function. Removed
    [all...]
ChangeLog-2003-10-25 207 - fixed 3397422 - 7B51: Safari crashed in KJS::ObjectImp::mark()
208 - fixed 3408373 - Panther7B58 : Safari Crashed in KJS::ObjectImp::mark
    [all...]

Completed in 757 milliseconds