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

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

Completed in 18 milliseconds