Searched refs:wrapTable (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInjectedScript.h68 PassRefPtr<TypeBuilder::Runtime::RemoteObject> wrapTable(const Deprecated::ScriptValue& table, const Deprecated::ScriptValue& columns) const;
H A DInjectedScript.cpp179 PassRefPtr<Inspector::TypeBuilder::Runtime::RemoteObject> InjectedScript::wrapTable(const Deprecated::ScriptValue& table, const Deprecated::ScriptValue& columns) const function in class:Inspector::InjectedScript
182 Deprecated::ScriptFunctionCall wrapFunction(injectedScriptObject(), ASCIILiteral("wrapTable"), inspectorEnvironment()->functionCallHandler());
H A DConsoleMessage.cpp206 RefPtr<Inspector::TypeBuilder::Runtime::RemoteObject> inspectorValue = injectedScript.wrapTable(table, columns);
H A DInjectedScriptSource.js110 wrapTable: function(canAccessInspectedGlobalObject, table, columns) method in class:InjectedScript

Completed in 130 milliseconds