OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSPropertyNameAccumulatorAddName
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/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
542
void
JSPropertyNameAccumulatorAddName
(JSPropertyNameAccumulatorRef array, JSStringRef propertyName)
/external/webkit/Source/JavaScriptCore/API/tests/
testapi.c
232
JSPropertyNameAccumulatorAddName
(propertyNames, propertyName);
236
JSPropertyNameAccumulatorAddName
(propertyNames, propertyName);
[
all
...]
Completed in 2682 milliseconds