Searched refs:toDictionaryTransition (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStructure.cpp464 Structure* Structure::toDictionaryTransition(VM& vm, Structure* structure, DictionaryKind kind) function in class:JSC::Structure
482 return toDictionaryTransition(vm, structure, CachedDictionaryKind);
487 return toDictionaryTransition(vm, structure, UncachedDictionaryKind);
H A DStructure.h361 static Structure* toDictionaryTransition(VM&, Structure*, DictionaryKind);

Completed in 63 milliseconds