Home
last modified time | relevance | path

Searched defs:stext (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/asmjs/
Dasm-js.cc231 Handle<String> stext(info->isolate()->factory()->InternalizeUtf8String(text)); in CompileAsmViaWasm() local
340 Handle<String> stext(isolate->factory()->InternalizeUtf8String(text)); in InstantiateAsmWasm() local
/external/python/cpython2/Demo/tix/
Dtixwidgets.py939 def Sample_Action(w, slb, stext, run, view, action): argument