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

  /external/webkit/JavaScriptCore/API/
JSObjectRef.h 196 Use JSPropertyNameAccumulatorAddName to add property names to accumulator. A class's getPropertyNames callback only needs to provide the names of properties that the class vends through a custom getProperty or setProperty callback. Other properties, including statically declared properties, properties vended by other classes, and properties belonging to object's prototype, are added independently.
    [all...]
JSObjectRef.cpp 491 void JSPropertyNameAccumulatorAddName(JSPropertyNameAccumulatorRef array, JSStringRef propertyName)
  /external/webkit/JavaScriptCore/API/tests/
testapi.c 227 JSPropertyNameAccumulatorAddName(propertyNames, propertyName);
231 JSPropertyNameAccumulatorAddName(propertyNames, propertyName);
    [all...]

Completed in 738 milliseconds