Searched refs:addPropertyWithoutTransition (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStructure.h120 JS_EXPORT_PRIVATE PropertyOffset addPropertyWithoutTransition(VM&, PropertyName, unsigned attributes, JSCell* specificValue);
H A DJSObject.h1265 offset = structure()->addPropertyWithoutTransition(vm, propertyName, attributes, specificFunction);
1402 PropertyOffset offset = structure()->addPropertyWithoutTransition(vm, propertyName, attributes, getCallableObject(value));
H A DStructure.cpp661 PropertyOffset Structure::addPropertyWithoutTransition(VM& vm, PropertyName propertyName, unsigned attributes, JSCell* specificValue) function in class:JSC::Structure

Completed in 171 milliseconds