HomeSort by relevance Sort by last modified time
    Searched refs:Scope (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/webkit/WebCore/bindings/v8/
V8ConsoleMessage.h 69 class Scope {
71 Scope() { V8ConsoleMessage::processDelayed(); }
72 ~Scope() { V8ConsoleMessage::processDelayed(); }
ScriptProfiler.cpp 39 v8::HandleScope scope; local
40 v8::Context::Scope contextScope(v8::Context::GetCurrent());
ScriptScope.h 49 v8::Context::Scope m_scope;
ScriptCachedFrameData.cpp 60 v8::Context::Scope contextScope(m_context.get());
ScriptController.cpp 170 v8::Context::Scope scope(v8Context);
233 v8::Context::Scope scope(v8Context);
268 v8::Context::Scope scope(v8Context);
284 v8::Context::Scope scope(v8Context);
393 v8::Context::Scope scope(v8Context)
    [all...]
ScheduledAction.cpp 114 v8::Context::Scope scope(v8Context);
140 v8::Context::Scope scope(v8Context);
NPV8Object.cpp 161 v8::Context::Scope scope(context);
221 v8::Context::Scope scope(context);
269 v8::Context::Scope scope(context);
298 v8::Context::Scope scope(context);
329 v8::Context::Scope scope(context)
    [all...]
V8IsolatedContext.cpp 56 v8::HandleScope scope; local
63 v8::Context::Scope contextScope(m_context->get());
  /dalvik/libcore/json/src/main/java/org/json/
JSONStringer.java 71 enum Scope {
114 private final List<Scope> stack = new ArrayList<Scope>();
139 return open(Scope.EMPTY_ARRAY, "[");
148 return close(Scope.EMPTY_ARRAY, Scope.NONEMPTY_ARRAY, "]");
158 return open(Scope.EMPTY_OBJECT, "{");
167 return close(Scope.EMPTY_OBJECT, Scope.NONEMPTY_OBJECT, "}");
171 * Enters a new scope by appending any necessary whitespace and the give
    [all...]
  /external/v8/src/
liveedit.h 44 // in order to analyze, whether the function changed its outer scope
62 // The primary interest of the Tracker is to record function scope structures
71 void RecordFunctionScope(Scope* scope);
liveedit.cc 52 void FunctionScope(Scope* scope) {
78 void LiveEditFunctionTracker::RecordFunctionScope(Scope* scope) {
80 active_function_info_listener->FunctionScope(scope);
scopes.cc 80 Variable* VariableMap::Declare(Scope* scope,
89 p->value = new Variable(scope, name, mode, is_valid_lhs, kind);
107 // Implementation of Scope
111 Scope::Scope(Type type)
139 Scope::Scope(Scope* outer_scope, Type type)
164 // eval scopes (by walking the stack and reading the scope info)
    [all...]
scopes.h 49 Variable* Declare(Scope* scope,
59 // The dynamic scope part holds hash maps for the variables that will
61 // are allocated on-demand from Scope::NonLocal to avoid wasting memory
85 class Scope: public ZoneObject {
91 EVAL_SCOPE, // the top-level scope for an 'eval' source
92 FUNCTION_SCOPE, // the top-level scope for a function
93 GLOBAL_SCOPE // the top-level scope for a program or a top-level eval
96 Scope(Scope* outer_scope, Type type)
    [all...]
variables.h 146 Variable(Scope* scope,
161 // in an outer scope about which we don't know anything (it may not
162 // be the global scope). scope() is NULL in that case. Currently the
163 // scope is only used to follow the context chain length.
164 Scope* scope() const { return scope_; } function in class:v8::internal::Variable
209 Scope* scope_;
229 friend class Scope; // Has explicit access to rewrite_
    [all...]
  /external/webkit/WebCore/bindings/v8/specialization/
V8BindingDOMWindow.h 50 v8::Context::Scope scope(context);
  /external/webkit/WebKit/chromium/src/
BoundObject.cpp 43 v8::Context::Scope contextScope(context);
56 v8::Context::Scope contextScope(m_context);
71 v8::Context::Scope contextScope(m_context);
  /external/v8/test/cctest/
test-threads.cc 38 v8::HandleScope scope; local
39 v8::Context::Scope context_scope(v8::Context::New());
test-thread-termination.cc 116 v8::HandleScope scope; local
120 v8::Context::Scope context_scope(context);
134 v8::HandleScope scope; local
138 v8::Context::Scope context_scope(context);
164 v8::HandleScope scope; local
167 v8::Context::Scope context_scope(context);
184 v8::HandleScope scope; local
189 v8::Context::Scope context_scope(context);
271 v8::HandleScope scope; local
280 v8::Context::Scope context_scope(context)
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8CustomApplicationInstalledCallback.cpp 55 v8::Context::Scope scope(context);
V8CustomPositionCallback.cpp 54 v8::Context::Scope scope(context);
V8CustomPositionErrorCallback.cpp 54 v8::Context::Scope scope(context);
V8CustomSQLStatementCallback.cpp 63 v8::Context::Scope scope(context);
V8CustomSQLStatementErrorCallback.cpp 63 v8::Context::Scope scope(context);
V8CustomSQLTransactionCallback.cpp 63 v8::Context::Scope scope(context);
V8CustomSQLTransactionErrorCallback.cpp 62 v8::Context::Scope scope(context);

Completed in 411 milliseconds

1 2 3 4