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

  /external/webkit/JavaScriptCore/runtime/
InternalFunction.cpp 48 return asString(getDirect(exec->globalData().propertyNames->name))->value(exec);
53 JSValue displayName = getDirect(exec->globalData().propertyNames->displayName);
NativeErrorConstructor.cpp 36 : InternalFunction(&exec->globalData(), structure, Identifier(exec, nativeErrorPrototype->getDirect(exec->propertyNames().name).getString(exec)))
JSObject.cpp 137 if (JSValue gs = obj->getDirect(propertyName)) {
299 JSValue object = getDirect(propertyName);
326 JSValue object = getDirect(propertyName);
355 if (JSValue value = object->getDirect(propertyName)) {
374 if (JSValue value = object->getDirect(propertyName)) {
665 JSValue accessor = getDirect(propertyName);
JSGlobalObject.cpp 170 JSValue valueBefore = getDirect(propertyName);
174 JSValue valueAfter = getDirect(propertyName);
JSObject.h 141 JSValue getDirect(const Identifier& propertyName) const
  /external/webkit/WebCore/bindings/js/
JSHTMLDocumentCustom.cpp 88 JSValue v = getDirect(Identifier(exec, "all"));
  /external/svox/pico/lib/
picocep.c 258 static void getDirect(picokpdf_PdfMUL pdf, picoos_uint16 *indices,
    [all...]

Completed in 178 milliseconds