Home
last modified time | relevance | path

Searched refs:Local (Results 1 – 25 of 851) sorted by relevance

12345678910>>...35

/external/pdfium/fxjs/
Dcjs_v8.h31 v8::Local<v8::Context> NewLocalContext();
32 v8::Local<v8::Context> GetPersistentContext();
34 v8::Local<v8::Value> NewNull();
35 v8::Local<v8::Value> NewUndefined();
36 v8::Local<v8::Array> NewArray();
37 v8::Local<v8::Number> NewNumber(int number);
38 v8::Local<v8::Number> NewNumber(double number);
39 v8::Local<v8::Number> NewNumber(float number);
40 v8::Local<v8::Boolean> NewBoolean(bool b);
41 v8::Local<v8::String> NewString(const ByteStringView& str);
[all …]
Dcjs_v8.cpp20 v8::Local<v8::Value> CJS_V8::GetObjectProperty( in GetObjectProperty()
21 v8::Local<v8::Object> pObj, in GetObjectProperty()
24 return v8::Local<v8::Value>(); in GetObjectProperty()
25 v8::Local<v8::Value> val; in GetObjectProperty()
29 return v8::Local<v8::Value>(); in GetObjectProperty()
34 v8::Local<v8::Object> pObj) { in GetObjectPropertyNames()
38 v8::Local<v8::Array> val; in GetObjectPropertyNames()
39 v8::Local<v8::Context> context = m_isolate->GetCurrentContext(); in GetObjectPropertyNames()
51 void CJS_V8::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty()
53 v8::Local<v8::Value> pPut) { in PutObjectProperty()
[all …]
Dcfxjse_value.cpp60 v8::Local<v8::String> hMessage = v8::String::NewFromUtf8( in FXJSE_ThrowMessage()
63 v8::Local<v8::Value> hError = v8::Exception::Error(hMessage); in FXJSE_ThrowMessage()
75 v8::Local<v8::Value> pValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue); in ToHostObject()
87 v8::Local<v8::FunctionTemplate> hClass = in SetObject()
88 v8::Local<v8::FunctionTemplate>::New(m_pIsolate, pClass->m_hTemplate); in SetObject()
89 v8::Local<v8::Object> hObject = hClass->InstanceTemplate()->NewInstance(); in SetObject()
97 v8::Local<v8::Array> hArrayObject = v8::Array::New(m_pIsolate, values.size()); in SetArray()
100 hArrayObject->Set(count++, v8::Local<v8::Value>::New( in SetArray()
108 v8::Local<v8::Value> hDate = v8::Date::New(m_pIsolate, dDouble); in SetDate()
114 v8::Local<v8::Value> pValue = v8::Number::New(m_pIsolate, ftod(fFloat)); in SetFloat()
[all …]
Dcjs_document.h27 CJS_Return set_ADBE(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
30 CJS_Return set_author(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
33 CJS_Return set_base_URL(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
36 CJS_Return set_bookmark_root(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
39 CJS_Return set_calculate(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
42 CJS_Return set_collab(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
45 CJS_Return set_creation_date(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
48 CJS_Return set_creator(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
51 CJS_Return set_delay(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
54 CJS_Return set_dirty(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
[all …]
Dcjs_field.h39 CJS_Return set_alignment(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
42 CJS_Return set_border_style(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
45 CJS_Return set_button_align_x(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
48 CJS_Return set_button_align_y(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
52 v8::Local<v8::Value> vp);
56 v8::Local<v8::Value> vp);
60 v8::Local<v8::Value> vp);
64 v8::Local<v8::Value> vp);
68 v8::Local<v8::Value> vp);
71 CJS_Return set_char_limit(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
[all …]
Dcfxjse_context.cpp46 v8::Local<v8::Object> CreateReturnValue(v8::Isolate* pIsolate, in CreateReturnValue()
48 v8::Local<v8::Object> hReturnValue = v8::Object::New(pIsolate); in CreateReturnValue()
50 v8::Local<v8::Value> hException = trycatch.Exception(); in CreateReturnValue()
51 v8::Local<v8::Message> hMessage = trycatch.Message(); in CreateReturnValue()
53 v8::Local<v8::Value> hValue; in CreateReturnValue()
83 v8::Local<v8::Object> GetGlobalObjectFromContext( in GetGlobalObjectFromContext()
84 v8::Local<v8::Context> hContext) { in GetGlobalObjectFromContext()
98 m_cscope(v8::Local<v8::Context>::New(pContext->m_pIsolate, in CFXJSE_ScopeUtil_IsolateHandleContext()
101 v8::Local<v8::Context> GetLocalContext() { in GetLocalContext()
102 return v8::Local<v8::Context>::New(m_context->m_pIsolate, in GetLocalContext()
[all …]
Dcjs_app.h25 CJS_Return set_active_docs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
28 CJS_Return set_calculate(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
31 CJS_Return set_forms_version(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
34 CJS_Return set_fs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
37 CJS_Return set_fullscreen(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
40 CJS_Return set_language(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
43 CJS_Return set_media(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
46 CJS_Return set_platform(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
50 v8::Local<v8::Value> vp);
53 CJS_Return set_viewer_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
[all …]
Dcjs_publicmethods.h17 explicit CJS_PublicMethods(v8::Local<v8::Object> pObject);
31 const std::vector<v8::Local<v8::Value>>& params);
34 const std::vector<v8::Local<v8::Value>>& params);
37 const std::vector<v8::Local<v8::Value>>& params);
40 const std::vector<v8::Local<v8::Value>>& params);
43 const std::vector<v8::Local<v8::Value>>& params);
46 const std::vector<v8::Local<v8::Value>>& params);
49 const std::vector<v8::Local<v8::Value>>& params);
52 const std::vector<v8::Local<v8::Value>>& params);
55 const std::vector<v8::Local<v8::Value>>& params);
[all …]
Dcjs_event.h18 CJS_Return set_change(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
21 CJS_Return set_change_ex(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
24 CJS_Return set_commit_key(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
27 CJS_Return set_field_full(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
30 CJS_Return set_key_down(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
33 CJS_Return set_modifier(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
36 CJS_Return set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
39 CJS_Return set_rc(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
42 CJS_Return set_rich_change(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
45 CJS_Return set_rich_change_ex(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
[all …]
Dcjs_color.h17 static v8::Local<v8::Array> ConvertPWLColorToArray(CJS_Runtime* pRuntime,
20 v8::Local<v8::Array> array);
26 CJS_Return set_black(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
29 CJS_Return set_blue(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
32 CJS_Return set_cyan(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
35 CJS_Return set_dark_gray(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
38 CJS_Return set_gray(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
41 CJS_Return set_green(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
44 CJS_Return set_light_gray(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
47 CJS_Return set_magenta(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
[all …]
Dcjs_app.cpp18 bool IsTypeKnown(v8::Local<v8::Value> value) { in IsTypeKnown()
94 v8::Local<v8::Object> pObj = pRuntime->GetThisObj(); in get_active_docs()
98 v8::Local<v8::Array> aDocs = pRuntime->NewArray(); in get_active_docs()
101 pJSDocument ? v8::Local<v8::Value>(pJSDocument->ToV8Object()) in get_active_docs()
102 : v8::Local<v8::Value>()); in get_active_docs()
109 v8::Local<v8::Value> vp) { in set_active_docs()
117 CJS_Return app::set_calculate(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_calculate()
128 v8::Local<v8::Value> vp) { in set_forms_version()
137 v8::Local<v8::Value> vp) { in set_viewer_type()
146 v8::Local<v8::Value> vp) { in set_viewer_variation()
[all …]
/external/v8/include/
Dv8.h114 template <class T> class Local; variable
303 class Local {
305 V8_INLINE Local() : val_(0) {}
307 V8_INLINE Local(Local<S> that)
338 V8_INLINE bool operator==(const Local<S>& that) const {
362 V8_INLINE bool operator!=(const Local<S>& that) const {
376 template <class S> V8_INLINE static Local<T> Cast(Local<S> that) {
380 if (that.IsEmpty()) return Local<T>();
382 return Local<T>(T::Cast(*that));
391 V8_INLINE Local<S> As() const {
[all …]
/external/v8/samples/
Dprocess.cc50 using v8::Local;
107 JsHttpRequestProcessor(Isolate* isolate, Local<String> script) in JsHttpRequestProcessor()
118 bool ExecuteScript(Local<String> script);
126 static Local<ObjectTemplate> MakeRequestTemplate(Isolate* isolate);
127 static Local<ObjectTemplate> MakeMapTemplate(Isolate* isolate);
130 static void GetPath(Local<String> name,
132 static void GetReferrer(Local<String> name,
134 static void GetHost(Local<String> name,
136 static void GetUserAgent(Local<String> name,
140 static void MapGet(Local<Name> name, const PropertyCallbackInfo<Value>& info);
[all …]
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DCode.java197 private final Local<?> thisLocal;
203 private final List<Local<?>> parameters = new ArrayList<Local<?>>();
204 private final List<Local<?>> locals = new ArrayList<Local<?>>();
215 thisLocal = Local.get(this, method.declaringType); in Code()
219 parameters.add(Local.get(this, parameter)); in Code()
230 public <T> Local<T> newLocal(TypeId<T> type) { in newLocal()
234 Local<T> result = Local.get(this, type); in newLocal()
243 public <T> Local<T> getParameter(int index, TypeId<T> type) { in getParameter()
254 public <T> Local<T> getThis(TypeId<T> type) { in getThis()
262 private <T> Local<T> coerce(Local<?> local, TypeId<T> expectedType) { in coerce()
[all …]
/external/tcpdump/tests/
Dospf3_mp-vv.out43 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
45 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
47 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
49 Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6
51 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.5
53 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
55 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.0
57 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1
59 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2
61 Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
[all …]
Dospf3_nbma-vv.out30 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
32 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
34 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
36 Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6
38 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
40 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
42 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2
44 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
46 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
48 Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
[all …]
Dospf3_bc-vv.out43 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
45 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.0
47 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1
49 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2
51 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
53 Link LSA (8), Link Local Scope, LSA-ID 0.0.0.5
55 Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
60 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
62 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.0
64 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1
[all …]
Dospf3_ah-vv.out71 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
73 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
75 Network LSA (2), Area Local Scope, LSA-ID 0.0.0.5
77 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.5
79 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.6
81 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.7
83 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.8
85 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1
87 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2
89 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
[all …]
/external/v8/src/debug/
Ddebug-interface.h31 void SetContextId(Local<Context> context, int id);
32 int GetContextId(Local<Context> context);
50 MaybeLocal<Array> GetInternalProperties(Isolate* isolate, Local<Value> value);
98 v8::Local<v8::debug::Script> script;
100 v8::Local<v8::String> message;
132 bool SetScriptSource(v8::Local<v8::String> newSource, bool preview,
134 bool SetBreakpoint(v8::Local<v8::String> condition, debug::Location* location,
155 Local<String> source);
160 virtual void ScriptCompiled(v8::Local<Script> script, bool is_live_edited, in ScriptCompiled()
165 v8::Local<v8::Context> paused_context, in BreakProgramRequested()
[all …]
/external/golang-protobuf/protoc-gen-go/testdata/import_public/
Db.pb.go24 type Local struct { struct
32 func (m *Local) Reset() { *m = Local{} } argument
33 func (m *Local) String() string { return proto.CompactTextString(m) } argument
34 func (*Local) ProtoMessage() {} argument
35 func (*Local) Descriptor() ([]byte, []int) { argument
39 func (m *Local) XXX_Unmarshal(b []byte) error { argument
42 func (m *Local) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
45 func (m *Local) XXX_Merge(src proto.Message) { argument
48 func (m *Local) XXX_Size() int { argument
51 func (m *Local) XXX_DiscardUnknown() {
[all …]
/external/v8/src/inspector/
Dv8-internal-value-type.cc13 v8::Local<v8::Private> internalSubtypePrivate(v8::Isolate* isolate) { in internalSubtypePrivate()
19 v8::Local<v8::String> subtypeForInternalType(v8::Isolate* isolate, in subtypeForInternalType()
36 bool markAsInternal(v8::Local<v8::Context> context, in markAsInternal()
37 v8::Local<v8::Object> object, V8InternalValueType type) { in markAsInternal()
39 v8::Local<v8::Private> privateValue = internalSubtypePrivate(isolate); in markAsInternal()
40 v8::Local<v8::String> subtype = subtypeForInternalType(isolate, type); in markAsInternal()
44 bool markArrayEntriesAsInternal(v8::Local<v8::Context> context, in markArrayEntriesAsInternal()
45 v8::Local<v8::Array> array, in markArrayEntriesAsInternal()
48 v8::Local<v8::Private> privateValue = internalSubtypePrivate(isolate); in markArrayEntriesAsInternal()
49 v8::Local<v8::String> subtype = subtypeForInternalType(isolate, type); in markArrayEntriesAsInternal()
[all …]
Dv8-function-call.cc43 v8::Local<v8::Context> context, in V8FunctionCall()
44 v8::Local<v8::Value> value, const String16& name) in V8FunctionCall()
50 void V8FunctionCall::appendArgument(v8::Local<v8::Value> value) { in appendArgument()
67 v8::Local<v8::Value> V8FunctionCall::call(bool& hadException, in call()
72 v8::Local<v8::Value> result = callWithoutExceptionHandling(); in call()
77 v8::Local<v8::Value> V8FunctionCall::callWithoutExceptionHandling() { in callWithoutExceptionHandling()
80 v8::Local<v8::Object> thisObject = v8::Local<v8::Object>::Cast(m_value); in callWithoutExceptionHandling()
81 v8::Local<v8::Value> value; in callWithoutExceptionHandling()
83 return v8::Local<v8::Value>(); in callWithoutExceptionHandling()
87 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(value); in callWithoutExceptionHandling()
[all …]
Dv8-value-utils.cc11 protocol::Response toProtocolValue(v8::Local<v8::Context> context, in toProtocolValue()
12 v8::Local<v8::Value> value, int maxDepth, in toProtocolValue()
47 v8::Local<v8::Array> array = value.As<v8::Array>(); in toProtocolValue()
52 v8::Local<v8::Value> value; in toProtocolValue()
66 v8::Local<v8::Object> object = v8::Local<v8::Object>::Cast(value); in toProtocolValue()
67 v8::Local<v8::Array> propertyNames; in toProtocolValue()
72 v8::Local<v8::Value> name; in toProtocolValue()
78 context, v8::Local<v8::String>::Cast(name)); in toProtocolValue()
83 v8::Local<v8::String> propertyName; in toProtocolValue()
85 v8::Local<v8::Value> property; in toProtocolValue()
[all …]
/external/v8/src/
Dapi.h136 static inline Local<Context> ToLocal(
138 static inline Local<Value> ToLocal(
140 static inline Local<Module> ToLocal(
142 static inline Local<Name> ToLocal(
144 static inline Local<String> ToLocal(
146 static inline Local<Symbol> ToLocal(
148 static inline Local<RegExp> ToLocal(
150 static inline Local<Object> ToLocal(
152 static inline Local<Object> ToLocal(
154 static inline Local<Function> ToLocal(
[all …]
Dasync-hooks-wrapper.cc15 v8::Local<v8::Function> AsyncHooksWrap::init_function() const { in init_function()
18 void AsyncHooksWrap::set_init_function(v8::Local<v8::Function> value) { in set_init_function()
21 v8::Local<v8::Function> AsyncHooksWrap::before_function() const { in before_function()
24 void AsyncHooksWrap::set_before_function(v8::Local<v8::Function> value) { in set_before_function()
27 v8::Local<v8::Function> AsyncHooksWrap::after_function() const { in after_function()
30 void AsyncHooksWrap::set_after_function(v8::Local<v8::Function> value) { in set_after_function()
33 v8::Local<v8::Function> AsyncHooksWrap::promiseResolve_function() const { in promiseResolve_function()
37 v8::Local<v8::Function> value) { in set_promiseResolve_function()
45 Local<Object> hook = args.This(); in UnwrapHook()
58 Local<External> wrap = Local<External>::Cast(hook->GetInternalField(0)); in UnwrapHook()
[all …]

12345678910>>...35