Searched refs:kJSFlagConvertAssociativeArray (Results 1 – 2 of 2) sorted by relevance
48 … kJSFlagConvertAssociativeArray = 1 << 1 /* associative arrays will be converted to dictionaries */ enumerator
277 … if (globalObject && (globalObject->Flags() & kJSFlagConvertAssociativeArray)) { in KJSValueToCFTypeInternal()