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

  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestObj.h 125 JSC::JSValue jsTestObjReadOnlyStringAttr(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
JSTestObj.cpp 61 { "readOnlyStringAttr", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjReadOnlyStringAttr), (intptr_t)0 THUNK_GENERATOR(0) },
290 JSValue jsTestObjReadOnlyStringAttr(ExecState* exec, JSValue slotBase, const Identifier&)
    [all...]

Completed in 22 milliseconds