Home | History | Annotate | Download | only in src

Lines Matching full:wrapper

6720     // by creating correct wrapper object based on the calling frame's
7408 CONVERT_ARG_CHECKED(JSValue, wrapper, 0);
7413 // Get the script from the script wrapper.
7414 RUNTIME_ASSERT(wrapper->value()->IsScript());
7415 Handle<Script> script(Script::cast(wrapper->value()));
7757 // Get the script wrapper in a local handle before calling GetScriptWrapper,
7762 Handle<JSValue> wrapper = GetScriptWrapper(script);
7763 instances->set(i, *wrapper);