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

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStructure.cpp380 transition->propertyTable().set(vm, transition, structure->takePropertyTableOrCloneIfPinned(vm, transition));
540 PropertyTable* Structure::takePropertyTableOrCloneIfPinned(VM& vm, Structure* owner) function in class:JSC::Structure
575 transition->propertyTable().set(vm, transition, structure->takePropertyTableOrCloneIfPinned(vm, transition));
H A DStructure.h373 PropertyTable* takePropertyTableOrCloneIfPinned(VM&, Structure* owner);

Completed in 181 milliseconds