OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kJSFlagConvertAssociativeArray
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptGlue/
JavaScriptGlue.h
48
kJSFlagConvertAssociativeArray
= 1 << 1 /* associative arrays will be converted to dictionaries */
JSUtils.cpp
278
if (globalObject && (globalObject->Flags() &
kJSFlagConvertAssociativeArray
)) {
Completed in 21 milliseconds