HomeSort by relevance Sort by last modified time
    Searched defs:castedThis (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestSerializedScriptValueInterface.cpp 148 JSTestSerializedScriptValueInterface* castedThis = static_cast<JSTestSerializedScriptValueInterface*>(asObject(slotBase));
150 TestSerializedScriptValueInterface* imp = static_cast<TestSerializedScriptValueInterface*>(castedThis->impl());
151 JSValue result = imp->value() ? imp->value()->deserialize(exec, castedThis->globalObject()) : jsNull();
JSTestObj.cpp 283 JSTestObj* castedThis = static_cast<JSTestObj*>(asObject(slotBase));
285 TestObj* imp = static_cast<TestObj*>(castedThis->impl());
292 JSTestObj* castedThis = static_cast<JSTestObj*>(asObject(slotBase));
294 TestObj* imp = static_cast<TestObj*>(castedThis->impl());
301 JSTestObj* castedThis = static_cast<JSTestObj*>(asObject(slotBase));
303 TestObj* imp = static_cast<TestObj*>(castedThis->impl());
304 JSValue result = toJS(exec, castedThis->globalObject(), WTF::getPtr(imp->readOnlyTestObjAttr()));
310 JSTestObj* castedThis = static_cast<JSTestObj*>(asObject(slotBase));
312 TestObj* imp = static_cast<TestObj*>(castedThis->impl());
319 JSTestObj* castedThis = static_cast<JSTestObj*>(asObject(slotBase))
    [all...]

Completed in 142 milliseconds