HomeSort by relevance Sort by last modified time
    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 39 milliseconds