HomeSort by relevance Sort by last modified time
    Searched refs:scriptData (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.cpp 203 v8::Handle<v8::Script> V8Proxy::compileScript(v8::Handle<v8::String> code, const String& fileName, const TextPosition0& scriptStartPosition, v8::ScriptData* scriptData)
210 v8::Handle<v8::Script> script = v8::Script::Compile(code, &origin, scriptData);
309 PassOwnPtr<v8::ScriptData> V8Proxy::precompileScript(v8::Handle<v8::String> code, CachedScript* cachedScript)
311 // A pseudo-randomly chosen ID used to store and retrieve V8 ScriptData from
323 return v8::ScriptData::New(cachedMetadata->data(), cachedMetadata->size());
325 OwnPtr<v8::ScriptData> scriptData(v8::ScriptData::PreCompile(code));
326 cachedScript->setCachedMetadata(dataTypeID, scriptData->Data(), scriptData->Length())
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 556 kern_return_t WKPCEvaluate(mach_port_t clientPort, uint32_t pluginID, uint32_t requestID, uint32_t objectID, data_t scriptData, mach_msg_type_number_t scriptLength, boolean_t allowPopups)
558 DataDeallocator deallocator(scriptData, scriptLength);
570 String script = String::fromUTF8WithLatin1Fallback(scriptData, scriptLength);
    [all...]

Completed in 322 milliseconds