OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hNewThis
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxjse/src/
context.cpp
215
v8::Local<v8::Value>
hNewThis
=
217
ASSERT(!
hNewThis
.IsEmpty());
227
hWrapperFn->Call(
hNewThis
.As<v8::Object>(), 1, rgArgs);
value.cpp
206
FXJSE_HVALUE
hNewThis
) {
209
CFXJSE_Value* lpNewThis = reinterpret_cast<CFXJSE_Value*>(
hNewThis
);
460
v8::Local<v8::Value>
hNewThis
=
462
if (
hNewThis
.IsEmpty()) {
465
rgArgs[1] =
hNewThis
;
Completed in 409 milliseconds