Lines Matching full:wrapper
403 // associated with the wrapper and get rid of both the wrapper and the
412 JSValue* wrapper = JSValue::cast(*cache);
413 Proxy* proxy = Script::cast(wrapper->value())->wrapper();
422 if (script->wrapper()->proxy() != NULL) {
423 // Return the script wrapper directly from the cache.
425 reinterpret_cast<JSValue**>(script->wrapper()->proxy()));
428 // Construct a new script wrapper.
435 // Create a new weak global handle and use it to cache the wrapper
440 script->wrapper()->set_proxy(reinterpret_cast<Address>(handle.location()));